- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- HTML5
- Intel® XDK
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page