Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to load qrc:/index.html file from Qml using WebView
WebView { id: webView url:"qrc:/index.html" }
Hi @Buleron, AFAIK WebView is a wrapper around the mobile platforms native webbrowser and thus it wont understand how to load file from Qt's Resource System. I could be wrong though ;)
WebView