Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.7.0 RC
-
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
- duplicates
-
QTBUG-53839 WebView url no longer accepts string literal
-
- Closed
-