diff options
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index d8e2136048..88dfa8ae67 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -15,6 +15,8 @@ <activity android:name=".MainActivity" android:label="@string/app_name" + android:configChanges="orientation" + android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" > <intent-filter> |
