Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.4.0 RC1
-
None
-
I built Qt 6.4 RC1 for android and x64 on my ubuntu 20.04 desktop.
I am using a Android-12 Lenovo tablet.
Description
I have a QML application with a TextInput field compiled as a WebAssembly.
I have a 2nd QML application with a WebView to show the first WebAssembly compiled for Android.
If I launch the 2nd QML application on my Android-12 tablet and press on the TextInput field, nothing happens. My expectation would be that the native Android keyboard would of shown up.
On the Qt Creator application output I see the following:
D GlobalPenUtil: handleGlobalPenEvent ACTION_UP isPenView: false
D GlobalPenUtil: ViewRootImpl handleGlobalPenEvent ACTION_UP is not PenView:
W InputMethodManager: Ignoring showSoftInput() as view=android.webkit.WebView{94cdc8e VFEDHVC.. ........ 0,0-2000,1092 #1} is not served.
NOTE: If I launch the WebAssembly directly in Android Chrome everything works as expected.