cordova-plugin-screen-util
=========
A small library providing utility methods to disable
the status bar of an application as well as the navigation button on the screen thus allowing the application to be in full screen mode. In addition, it provides the method to disable
timeout for that particular application thus enable it to stay awake.
Constraint
- The on screen navigation button will appear only if you swipe up at the bottom of the screen.
- Support only android.
Installation
cordova plugin add cordova-plugin-screen-util
Usage
In the index.html include :
below the cordova.js script.
//in cordova document; //in ionic angular ;
Release History
- 0.0.0 Initial release