UNPKG

cordova-plugin-insomnia

Version:

Prevent the screen of the mobile device from falling asleep.

11 lines (8 loc) 239 B
function notSupported() { console.log('Insomnia is not supported on the browser'); } module.exports = { keepAwake: notSupported, allowSleepAgain: notSupported }; require('cordova/exec/proxy').add('Insomnia', module.exports);