Skip to content

Commit

Permalink
Allow WebKitWebViewActivity and MainActivity to switch orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Feb 21, 2024
1 parent 6800743 commit 80b7f1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
android:name=".WebKitWebViewActivity"
android:exported="false"
android:launchMode="singleTask"
android:theme="@style/AuthgearTheme"
android:configChanges="orientation|screenSize" />
android:theme="@style/AuthgearTheme" />
</application>
<queries>
<package android:name="com.android.chrome" />
Expand Down
1 change: 0 additions & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
android:exported="true"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
Expand Down

0 comments on commit 80b7f1d

Please sign in to comment.