Skip to content
Aric edited this page Aug 14, 2014 · 4 revisions

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

Clone this wiki locally