Skip to content

Releases: mesmotronic/cordova-plugin-fullscreen

AndroidFullScreen plugin 1.2.0

02 Dec 17:00
Compare
Choose a tag to compare

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

02 Nov 08:36
Compare
Choose a tag to compare

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]