We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As a reminder, Crosswalk does provide API for Fullscreen only that it requires a users interaction before hand.
Fullscreen API is handled via the Status Bar Plugin found:
https://github.com/apache/cordova-plugin-statusbar
This is not an internally developed plugin and is maintained outside the DOMLauncher team.
Code:
StatusBar.show(); StatusBar.hide(); if (StatusBar.isVisible) { // do something } - true/false
There was an error while loading. Please reload this page.