Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.15.1
Description
Using QQuickWidget leads to the following error in Chrome and Firefox after compiling with emscripten to WebAssembly:
QQuickWidget is not supported on this platform.
I'm unsure if this is intended behaviour, the QQuickWidget documentation https://doc.qt.io/qt-5/qquickwidget.html#support-when-not-using-opengl makes note that any backend other than OpenGL and the software backend is unsupported. However WebGL and OpenGL are so similar that I expected this to work.
Attachments
Issue Links
- duplicates
-
QTBUG-66944 webassembly: QOpenGLWidget does not work
- Closed