Hide Status Bar

  • 1
  • Problem
  • Updated 4 years ago
The config.xml File
<preference name="Fullscreen" value="true"/>

what is the reason?
Photo of Дмитрий Владимирович Васильев

Posted 4 years ago

  • 1
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
It's a preference for Android, only. It allows your app to hide the status bar.

I recommend you to leave the status bar visible for business- and informational applications. Only use it for fullscreen games or video. Or at least allow the user to decide whether or not he wants the status bar.

Cordova recommends using the statusbar plugin instead of this preference.
(Edited)