1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Fix Immersive mode and keyboard height issues on Android

This commit is contained in:
Anish Mishra
2025-07-04 22:31:48 +05:30
parent 7826b6b13f
commit d8d3c86d71
3 changed files with 39 additions and 9 deletions

View File

@@ -37,6 +37,7 @@
android:excludeFromRecents="false"
android:exported="true"
android:screenOrientation="landscape"
android:windowSoftInputMode="adjustResize"
android:configChanges="layoutDirection|locale|orientation|keyboardHidden|screenSize|smallestScreenSize|density|keyboard|navigation|screenLayout|uiMode"
android:resizeableActivity="false"
tools:ignore="UnusedAttribute" >