Details
Description
Multiple OpenGL windows (example: combo box popups in Qt Quick Controls) and using non-toplevel QGLWidgets (example: using it as a viewport for QGraphicsView) is not supported on Android currently, and will cause crashes if you try it.
This is an inherent limitation in the eglfs plugin.
The following attempt at fixing it was tried and abandoned:
https://codereview.qt-project.org/#change,66706
Another possible fix would be to use different SurfaceViews for the top levels and let Android handle the composition. This would most likely fix several other issues as well if it can be done.
Attachments
Issue Links
- is required for
-
QTBUG-32093 Create a WebView that uses the native browser engine
- Closed
-
QTBUG-35648 Android: Create a native view container
- Closed
-
QTBUG-36021 Android: Support non-textured video
- Closed
- replaces
-
QTBUG-36073 Crashed on resume Android application with QML and OpenGL
- Closed
-
QTBUG-36092 QtWidgets/Affine Transformations example crashes on Nexus 7
- Closed