Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.0 Beta4
-
None
-
Windows 10 / Qt 5.15.0 Beta 4 Multithreaded / emsdk 1.39.8
Chrome Version 81.0.4044.122 (Offizieller Build) (64-Bit)
Description
On loading the example app in the browser it shows the Qt-Logo, after that the page turns white and the tab becomes unresponsive.
It works if the app is built for Windows.
It worked with Qt 5.14.0 Beta 2(emsdk 1.39.0).
I found a workaround for this problem:
Adding a fixed width and height for the Window seems to fix it.
... Window { visible: true width: 640 // fix height: 480 // fix ...
I attached the project to reproduce and the built wasm apps.