From 9808a0d4d3c2f7df61e2d8850301fc9052b6b213 Mon Sep 17 00:00:00 2001 From: Norman Breau Date: Mon, 26 Aug 2019 16:57:11 -0300 Subject: [PATCH] GH-799 (android) Stop webview from restarting when activity resizes (#800) --- bin/templates/project/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/project/AndroidManifest.xml b/bin/templates/project/AndroidManifest.xml index 9e259506..2df92fd0 100644 --- a/bin/templates/project/AndroidManifest.xml +++ b/bin/templates/project/AndroidManifest.xml @@ -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">