mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
GH-799 (android) Stop webview from restarting when activity resizes (#800)
This commit is contained in:
parent
bd1697dbd2
commit
9808a0d4d3
@ -37,7 +37,7 @@
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@android:style/Theme.DeviceDefault.NoActionBar"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale">
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode">
|
||||
<intent-filter android:label="@string/launcher_name">
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
Loading…
Reference in New Issue
Block a user