EddyVerbruggen / Insomnia-PhoneGap-Plugin

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

cordova is not defined #24

Closed DeanWilliamMills closed 6 years ago

DeanWilliamMills commented 8 years ago

Hi Eddy

Can you please help me. I get the following error when I add Insomnia in my project:

Uncaught ReferenceError: cordova is not defined (anonymous function) @ Insomnia.js:21

It is this line : cordova.addConstructor(Insomnia.install);

Your help will be appreciated.

mouthzipper commented 8 years ago

make sure to add cordova.js in your index.html before calling insomnia.js <script src="cordova.js"></script> <script src="Insomnia.js"></script>

safanmomin commented 7 years ago

Not necessary to include the inomnia.js file just include the cordova.js file and you're good to go! :)