EddyVerbruggen / Insomnia-PhoneGap-Plugin

:sleepy: Prevent the screen of the mobile device from falling asleep
264 stars 106 forks source link

Nexus 9 cordova app #16

Closed gerbil closed 9 years ago

gerbil commented 9 years ago

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

EddyVerbruggen commented 9 years ago

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