Android: Keyboard covers the inputfield
Unsolved
Mobile and Embedded
-
On our project we use Qt 5.15.16. When running on Android we are setting the android:windowSoftInputMode="adjustResize" in AndroidManifest.xml, but the keyboard covers the input. I've seen that a similar issue was fixed on 5.15.13 (QTBUG-97503), however this seems to be reproducible on our side when using 5.15.16. Are there other settings that should be set, when using "adjustResize"? Is there a workaround for this issue?