-
Bug
-
Resolution: Incomplete
-
P1: Critical
-
None
-
6.10.0
-
None
Our application works fine when compiled for WebAssembly with previous versions of Qt (tested with 6.7.3, 6.8.4 and 6.9.3), but the app compiled with Qt 6.10.0 is unresponsive.
It loads correctly but when you click on menus or widgets nothing happens.
Are there some major changes required by the WebAssembly version in the instantiation of the QApplication and event loop from Qt 6.9 to 6.10?
The application compiled for the desktop still works fine.
Thank you!