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

Problem with URL or WebView on MacOSX

XMLWordPrintable

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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes