I was wondering if there is any way to remove the top bar on the iOS?
The bar with the clock and all?
<img src="http://i.imgur.com/qfOHr.jpg" border="0" />
In the project properties => Set fullscreen to scale mode does it work ?
I don't have a mobile so I can't test it.
doesnt work :(
You surely cannot do this whilst in browser as you don't own rights to that. If your useig phone gap then there will be a option to easily hide it
I guess you could search CYDIA for a tweak that does hide the topbar
Apple don't let you remove it. From their documentation, check the options for apple-mobile-web-app-status-bar-style. You can choose either 'default', 'black' or 'black-translucent'. Your picture shows black-translucent, but I changed it in the next build to default to 'black' since the translucent bar can sometimes obscure UI at the top of the screen.
Ashley, Can you not make a option to select the color?
smitchell - unfortunately not, we have to use the same code as everyone else, and Apple only provide those three options.
Ashley
yeah i mean having a option to select one of those three colors <img src="smileys/smiley1.gif" border="0" align="middle" />
Develop games in your browser. Powerful, performant & highly capable.
Oh right lol, well you can just edit it in to the exported index.html. It only affects Apple devices so I'm not sure about adding UI for it in Construct 2- we could end up with loads of random settings for different devices. I prefer to keep only settings that apply to all devices in the editor.
ah I see. Well, is there a way to move the entire Canvas down by let's say 10 pixels or whatever height that bar has?
Still using the fullscreen option though?
joelsandberg - the 'black' option is opaque and moves the canvas down beneath it so it doesn't get overlapped.