Android keyboard is covering Qml TextField
Unsolved
QML and Qt Quick
-
wrote on 20 Sept 2021, 07:48 last edited by pets
Hello,
I have already posted the problem in the StackOverflow forum ("https://stackoverflow.com/questions/69244953/android-keyboard-is-covering-qml-textfield") but maybe in this forum someone can help:
The problem is that the Android keyboard covers a Qml TextField. The regular Android text field component either scrolls up so that the cursor stays visible or opens a new view (usually when the device is in landscape mode) where the text can be entered. Is there something in Qml for achieving this behavior?
Regards,
-
wrote on 20 Sept 2021, 10:36 last edited by
While taking input on android, the keyboard usually closes the input and the texts are not visible. This is a problem. Did you fix it?
-
wrote on 20 Sept 2021, 15:34 last edited by
What do you exactly mean?
1/3