Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Unable to access webview links
Qt 6.11 is out! See what's new in the release blog

Unable to access webview links

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 2 Posters 1.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nicholaslee
    wrote on last edited by
    #1

    0_1532939750237_links.PNG

    I've made a webview in my application. It works fine and i am able to direct to webpages within the url. However, when faced with links like those in blue in the picture above, clicking on it does nothing. I tried to right click and open link/ open link in new window but nothing happens too. How do I fix this?

    jsulmJ 1 Reply Last reply
    0
    • N nicholaslee

      0_1532939750237_links.PNG

      I've made a webview in my application. It works fine and i am able to direct to webpages within the url. However, when faced with links like those in blue in the picture above, clicking on it does nothing. I tried to right click and open link/ open link in new window but nothing happens too. How do I fix this?

      jsulmJ Online
      jsulmJ Online
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @nicholaslee Those are HTTPS links. You will need working OpenSSL lib.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nicholaslee
        wrote on last edited by
        #3

        @jsulm Thank you for your reply. I do have OpenSSL 1.0 installed in my windows. How do I get a working OpenSSL lib?

        jsulmJ 1 Reply Last reply
        0
        • N Offline
          N Offline
          nicholaslee
          wrote on last edited by
          #4

          @jsulm previously resolved this error.
          https://forum.qt.io/topic/91777/qsslsocket-cannot-call-unresolved-function-sslv23_client_method
          I'm still working on the same application.

          1 Reply Last reply
          0
          • N nicholaslee

            @jsulm Thank you for your reply. I do have OpenSSL 1.0 installed in my windows. How do I get a working OpenSSL lib?

            jsulmJ Online
            jsulmJ Online
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @nicholaslee Maybe you can find information here: https://forum.qt.io/topic/93089/ssl-configuration-for-linux-steps/8

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • N Offline
              N Offline
              nicholaslee
              wrote on last edited by
              #6

              @jsulm
              I looked it up, but I already have OpenSSL 1.0 installed. Doesn't Qt automatically pick up the system libraries? I also changed my version to the developer version but no difference.

              jsulmJ 1 Reply Last reply
              0
              • N nicholaslee

                @jsulm
                I looked it up, but I already have OpenSSL 1.0 installed. Doesn't Qt automatically pick up the system libraries? I also changed my version to the developer version but no difference.

                jsulmJ Online
                jsulmJ Online
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @nicholaslee Where did you install OpenSSL on Windows?

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                0
                • N Offline
                  N Offline
                  nicholaslee
                  wrote on last edited by
                  #8

                  @jsulm In my C drive. The libraries can be seen in the installation folder of QT: libeay32.dll
                  ssleay32.dll

                  jsulmJ 1 Reply Last reply
                  0
                  • N nicholaslee

                    @jsulm In my C drive. The libraries can be seen in the installation folder of QT: libeay32.dll
                    ssleay32.dll

                    jsulmJ Online
                    jsulmJ Online
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @nicholaslee I think you app does not know anything about these libs. You need to add them to your app, not sure where exactly (try put them in same directory where your executable is).

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    1

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved