From 59b13823c8fb1bcb8d8377e7106e1f13795bc008 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 23 Jun 2025 17:39:21 +0800 Subject: [PATCH] Feature: lock orientation mode --- android/app/src/main/AndroidManifest.xml | 1 + ios/App/App/Info.plist | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 991dd37e..77641501 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -13,6 +13,7 @@ android:exported="true" android:label="@string/title_activity_main" android:launchMode="singleTask" + android:screenOrientation="portrait" android:theme="@style/AppTheme.NoActionBarLaunch"> diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index 14ca68c1..5e3527b2 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -37,8 +37,6 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad