Keeps the display on - disable idle timer screen locking - avoid shutting screen off while app is running.
Cross-platform plugin for Cordova / PhoneGap >= 3.0
Android, iOS, Amazon FireOS
For Cordova:
cordova plugin add git://github.com/zoxxx/PhoneGap-KeepScreenOn-plugin.git
For PhoneGap
phonegap local plugin add git://github.com/zoxxx/PhoneGap-KeepScreenOn-plugin.git
To activate screen on feature:
keepscreenon.enable();
To deactivate screen on feature:
keepscreenon.disable();
To toggle current state:
keepscreenon.toggle();