Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-55756

Problem with URL or WebView on MacOSX

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.7.0 RC
    • WebView
    • None

    Description

      If you create a QML webview on a project MacOSX ( for example the sample minibrowser ), the way you set the URL may affect the result of the webview :

      • ex 1 :
        url: "http://www.google.com"
        -> doesn't work, nothing appears, the webview remains empty
      • ex 2 :
        url: { return "http://www.google.com"; }

        -> works, the webview load correctly

      • ex 3 :
        url: "http://www.google.com".toString()
        -> works, the webview load correctly

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              stromme Christian
              16ar cesar
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes