diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-23 12:41:13 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-23 12:41:13 +0100 |
commit | 9019fda388f9232181387e8cce1d28e8b89de1ee (patch) | |
tree | 4e0d04a625884727de54387306e8201bf484a688 /phonegap/iPhone | |
parent | c4b2ab65546a9e6f8176ec02b10892be94e9ed2b (diff) |
make app full screen
Diffstat (limited to 'phonegap/iPhone')
-rw-r--r-- | phonegap/iPhone/FixMyStreet/FixMyStreet-Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phonegap/iPhone/FixMyStreet/FixMyStreet-Info.plist b/phonegap/iPhone/FixMyStreet/FixMyStreet-Info.plist index 2bc039db3..3162159f6 100644 --- a/phonegap/iPhone/FixMyStreet/FixMyStreet-Info.plist +++ b/phonegap/iPhone/FixMyStreet/FixMyStreet-Info.plist @@ -36,6 +36,8 @@ <string></string> <key>NSMainNibFile~ipad</key> <string></string> + <key>UIStatusBarHidden</key> + <true/> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> |