Software Archive
Read-only legacy content
17061 Discussions

Building app for iOS 7+

Mohammad_G_
Beginner
478 Views

Hello!
I have a problem, when I building app and run it on iOS 7/8 statusbar becomes transperent, and statusbar information showing over my app.
I use 2 divs to fix it:

<div id="iosbar" style="background-color:#000; position:fixed; height: 20px; width: 100%; z-index:9; display:none;"></div>
<div id ="after_iosbar" style="height:20px; background-color:#2a2c2d; display:none;"></div>

But I still have problems:
1. When I run it on another iphone (same iOS ver) I see black status bar, and only one element of status bar (battery indicator);
2. When I tap on input all app content moves up, and my background for status bar moves up too;
How I can fix this?

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
478 Views

Try using the status bar plugin to control the behavior. On the Projects tab, under Plugins, you'll find the status bar plugin (near the bottom of the list). Push the (i) button to get to the documentation for that plugin.

0 Kudos
Reply