Android keyboard is covering Qml TextField
Unsolved
QML and Qt Quick
-
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,
-
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?