I have been trying to get the status bar to go away as i want to put a fullscreen game in. i'm using phonegap for the iphone
thanks in advance.
p.s: i'm not that good with objective-c so please give simple answers.
|
I have been trying to get the status bar to go away as i want to put a fullscreen game in. i'm using phonegap for the iphone thanks in advance. p.s: i'm not that good with objective-c so please give simple answers. |
||||
|
|
|
You can try: 1) call this:
2) or this from your view controller.
3) You can do it from the Interface Builder. Here's a video about it: http://www.youtube.com/watch?v=aPAChohC-4Q 4) Someone else asked the same thing and got some related answers: Fullscreen UIView with Status bar and Navigation Bar overlay on the top |
|||
|
|
|
For iPhone simply add
in your [appname]-info.plist file For completeness if you also wish to roll out for android this solution worked well In the file where you change activity to droidgap
Add the following import
And then append the following within the class method
Hope this helps regards |
|||||||
|
|
If you want to the app to load with the status bar initially hidden:
"Status bar is initially hidden" is the key that is available at least in xcode 4.2 beta 5. |
|||
|
|
|
You can hide the status bar in Interface builder Where to find? Screenshot link |
|||||||
|