This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

cordova-fs-plugin-fullscreen

1.0.2 • Public • Published

cordova-plugin-fullscreen

Interactive fullscreen mode.

cordova-plugin-fullscreen on NPM

Platforms

  • Windows 10+
  • Android 4.4+

Installation

cordova plugin add https://github.com/filfat-Studios-AB/cordova-plugin-fullscreen
cordova prepare

Methods

Turn fullscreen mode on

Fullscreen.on();

Turn fullscreen mode off

Fullscreen.off();

Feature detect to avoid crash or errors on unsupported platforms:

document.addEventListener('deviceready', function () {
    if(typeof Fullscreen !== 'undefined'){
        //It's safe to use Fullscreen here
    }
});

Misc

  • Cordova 5.0 or higher is required for Windows 10 support.

License

MIT

Package Sidebar

Install

npm i cordova-fs-plugin-fullscreen

Weekly Downloads

9

Version

1.0.2

License

MIT

Last publish

Collaborators

  • filiphsandstrom