How to make app show phone's status bar?

I do not want my app to cover the acku indicator, signal strength etcetera that is at the of the phones. I am quite sure I have read about a way to do that but I cannot find it.

Thanks

Check mobile config setPreference

Then check cordova’s global preferences
https://cordova.apache.org/docs/en/5.1.1/config_ref/index.html#global-preferences

1 Like

I have ‘Fullscreen’ false and there is a space above my app where the status bar should be, but it is just black, empty, space.
I should have become a carpenter.

Check cordova statusbar plugin to control the colors

1 Like