From 814ddb194a00b8d848d89b18a1ca8355ba2fe327 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 23 Nov 2022 13:34:45 -0600 Subject: [PATCH] Disable landscape orientation in iPhones --- ios/app/Info.plist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ios/app/Info.plist b/ios/app/Info.plist index 16c540e326..416d557597 100644 --- a/ios/app/Info.plist +++ b/ios/app/Info.plist @@ -59,8 +59,12 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortrait UIViewControllerBasedStatusBarAppearance