Software Archive
Read-only legacy content
17061 Discussions

Tip : black status bar in IOS

Fab_V_
New Contributor I
355 Views

I had some problem with iOS to have a status bar black.
Found the solutions in the Intel docs.

If you are in this case, open additions.xml and add these lines :

<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000000" />
<preference name="StatusBarStyle" value="lightcontent" />

You can now replace the hex color by what you want.

0 Kudos
1 Reply
Konstantin_R_
New Contributor I
355 Views

Is it possible to hide it completely? select Fullscreen and statusbar plugin does not help me on ios8

0 Kudos
Reply