From a0c7669300a4c157b2c664fa3ef45ab59c7b665c Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Fri, 8 Jul 2016 08:57:46 -0700 Subject: [PATCH] Add UIRequiresFullScreen key to iOS plist --- templates/iphone/PROJ/PROJ-Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/iphone/PROJ/PROJ-Info.plist b/templates/iphone/PROJ/PROJ-Info.plist index d6e842578..e60962369 100644 --- a/templates/iphone/PROJ/PROJ-Info.plist +++ b/templates/iphone/PROJ/PROJ-Info.plist @@ -33,6 +33,8 @@ UIStatusBarHidden <::WIN_FULLSCREEN::/> + UIRequiresFullScreen + <::WIN_FULLSCREEN::/> UIViewControllerBasedStatusBarAppearance <::!WIN_FULLSCREEN::/> ::if (IOS_APP_ORIENTATION != null)::