Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QML Items above QWebView in Android
Forum Updated to NodeBB v4.3 + New Features

QML Items above QWebView in Android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 487 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SourabhKus
    wrote on last edited by
    #1

    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

    1. A New Window above webwiew.

    2. Normal drawing of QML elements with higher z value.
      All above things works fine on Windows.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved