In Phonegap 1.1.0 - android, when window.location.reload () is called, the deviceready event does not fire. Has anyone experienced the same issue? Is there a solution to the problem?
You are using a template:
<body onload="onLoad()">
then
window.onLoad = () -> document.addEventListener "deviceready", onDeviceReady, false
?