Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.14.0, 6.0, 6.1
-
None
-
WASM
-
-
f0be152896471aa392bb1b2b649b66feb31480cc (qt/qtbase/dev)
Description
I have a simple application which utilizes QClipboard, when I build the application as an Linux application and I copy the text from a QPlainTextEdit widget, it shows up in my clipboard
When I deploy the WASM build to a https server or even a localhost, the clipboard text copy does not work.
I have hosted the wasm app here for reference : https://nyue.github.io/qt_cb_wasm/cb.html
I have posted the source code of the minimal example here : https://github.com/nyue/QtQuestions/tree/main/Qt5/clipboard