From 16cdf9db3ea5bd3277086e6dec4871c050095b79 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Wed, 31 Dec 2025 17:39:20 +0100 Subject: [PATCH] Restricted app orientation to portrait mode on iOS and Android --- android/app/src/main/AndroidManifest.xml | 1 + ios/Runner/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 4cded1b..7e89f4b 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -6,6 +6,7 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad