Socket
Socket
Sign inDemoInstall

cordova-fs-plugin-fullscreen

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cordova-fs-plugin-fullscreen

A cordova plugin for controlling fullscreen


Version published
Maintainers
1
Install size
8.02 kB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 18 May 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc