Medium Feed

 

Monday, February 29, 2016

Cordova app - OnDevice ready event is NOT firing /stopped firing

Today when I ran my app "ondevice ready" suddenly stopped firing which was working fine earlier.

After few hours of wasting time, old build version helped me to found the root cause :-)

Yes, I missed "cordova.js" lib reference in new version pages.

Finally fixed the issue by adding "cordova.js" lib ref

<script type="text/javascript" src="cordova.js"></script>

No comments:

Post a Comment