TextInput and android keyboard input handling
Unsolved
QML and Qt Quick
-
Hello,
How can I get information from android virtual keyboard that any character has been put by user?
I have tried Keys.onPressed and TextInput.onTextEdited.
As I noticed, signal is sent always after when we change word eg. add space or enter. I need sth to get every single character (+ spaces and backspaces) during typing.
-
Note: Unlike the TextInput::text property, this contains partial text input from an input method.