Releases: mesmotronic/cordova-plugin-fullscreen
Releases · mesmotronic/cordova-plugin-fullscreen
AndroidFullScreen plugin 1.2.0
The latest release of this plugin for Cordova (or PhoneGap) 3.0+ adds a new method, setSystemUiVisibility
, which mirrors the Android's native method of the same name, enabling users to create custom full screen modes.
Released under BSD license.
Installation
Cordova
cordova plugin add cordova-plugin-fullscreen
PhoneGap
phonegap local plugin add cordova-plugin-fullscreen
AndroidFullScreen plugin 1.0.2
The latest release of this plugin for Cordova (or PhoneGap) 3.0+ is now available via NPM; use this release if you are targeting API <= 22.
Released under BSD license.
Installation
Cordova
cordova plugin add [email protected]
PhoneGap
phonegap local plugin add [email protected]