Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.4.1
-
None
-
-
1ca4bb634 (dev), ca3144757 (6.6), 7307ece74 (tqtc/lts-6.2), 66bf731dd (6.5)
-
2023wk16FOQtforAndroid, 2023wk18FOQtforAndroid, 2023wk20FOQtforAndroid, 2023wk22FOQtforAndroid, 2023wk24FOQtforAndroid, 2023wk26FOQtforAndroid, 2023wk28FOQtforAndroid
Description
A simple standard QML / controls app on Android we can use TextEdit or TextField components and those automatically enable the native virtual keyboard.
While typing from a real keyboard causes the 'text' variable to be changed in those components, this does not seem to happen on Android.
Code that responds to what the user typed (changing a button to enabled, for instance) will not get triggered until the focus leaves the widget.
I expect that the virtual keyboard behaves basically the same as a full size keyboard to the underlying application. Hiding from the app what input device is used.