QML Items above QWebView in Android
Unsolved
Mobile and Embedded
-
I am using Qt 5.8 WebView in qml as following
WebView { id: webView anchors.fill: parent url:"http://www.google.co.in" }
I want to draw QML items above on this Webview. I found Limitations here anybody suggest any way around. I tried follwing
-
A New Window above webwiew.
-
Normal drawing of QML elements with higher z value.
All above things works fine on Windows.
-