Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.13.1
-
Fix Version/s: 5.14.2, 5.15.0 Beta1
-
Component/s: Virtual Keyboard
-
Labels:None
-
Environment:Firefox
-
Platform/s:
-
Commits:2865a58a2ae39d795f1ec18cacb2af8053599256 (qt/qtbase/5.14)
Description
When I try to select input methods from browser(scroll the comboBox, from english to chinese), the app crash and show following message
Error message :
Application exit (To use dlopen, you need to use Emscripten's linking support, see https://github.com/emscripten-core/emscripten/wiki/Linking)
I add following commands
static{ QTPLUGIN += qtvirtualkeyboardplugin QT += svg }
Do not work, then try
wasm { QTPLUGIN += qtvirtualkeyboardplugin QT += svg }
Do not work either. What do I missed? How could I make the virtual keyboard work?
Is it possible to trigger virtual keyboards? From technical view points