- 
    
Bug
 - 
    Resolution: Done
 - 
    
P1: Critical
 - 
    5.13.1
 - 
    None
 - 
    Firefox
 
- 
        
 - 
        2865a58a2ae39d795f1ec18cacb2af8053599256 (qt/qtbase/5.14)
 
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