EddyVerbruggen / Insomnia-PhoneGap-Plugin

:sleepy: Prevent the screen of the mobile device from falling asleep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nexus 9 cordova app

gerbil opened this issue · comments

I got 'TypeError: Cannot read property 'keepAwake' of undefined' error on real device after:
window.plugins.insomnia.keepAwake(); in my controller.

Don't forget to include a reference to cordova.js and wait for deviceready to fire.