Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Render Web 3D Graphics with overlapping QML on Android
Forum Updated to NodeBB v4.3 + New Features

Render Web 3D Graphics with overlapping QML on Android

Scheduled Pinned Locked Moved Unsolved Qt WebKit
1 Posts 1 Posters 482 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.
  • T Offline
    T Offline
    Trousse
    wrote on 25 Jan 2022, 19:50 last edited by
    #1

    Hello everyone,

    I have been using the QTwebview to render 3D graphics from a webengine on android and windows which is working fine.

    The problem is that we now need to overlap this view with other QML element and as precised in the documentation :
    Due to platform limitations, overlapping the WebView with other QML components is not supported. Doing this will have unpredictable results which may differ from platform to platform.

    So it is overlapping as expected on windows but not on android where all the elements are hidden behind the view.

    This is why I am looking for a possible workaround of this problem like a way to render it off screen to put it in another container? Or any other way to display the content of this webview?

    Also since this limitation seems to come from the QT implementation I was wondering if any fix was planned for an upcoming release?

    Thank you very much

    1 Reply Last reply
    0

    1/1

    25 Jan 2022, 19:50

    • Login

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