ColorDialog QML in WASM not working
Unsolved
Qt for WebAssembly
-
Hi,
I use ColoDialog and it runs perfectly in MacOS. When I build for WASM, it doesn't give any errors when building it but it fails to start on the browser. It's unable to load the QtLabs module (import Qt.labs.platform).
I tried in both Chrome and Firefox with the same results. Is there any solutions to this? I need to be able to select a color from a colorpicker dialog (WASM).