AshleyScirra opened a new issue #1107: URL: https://github.com/apache/cordova-android/issues/1107
# Feature Request Please add a way to hide the status bar / enter immersive mode on Android while the splash screen is showing. ## Motivation Behind Feature With cordova-plugin-statusbar / cordova-plugin-fullscreen, you can only hide the status bar at runtime, once the splash screen has already been shown. Adding `<preference name="Fullscreen" value="true" />` does not appear to affect the splash screen. Users have [asked us for this](https://github.com/Scirra/Construct-3-bugs/issues/4233) but it doesn't look like Cordova supports it. Further a search for [cordova android hide status bar on splash screen](https://www.google.com/search?q=cordova+android+hide+status+bar+on+splash+screen) yields results indicating a number of other people asking the same question, and struggling to find an easy solution. ## Feature Description Some kind of config preference to say "hide status bar on the splash screen". This cannot be an API, since as noted by the time we can run code it's too late. ## Alternatives or Workarounds None known. I'd be interested to know if there is any. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
