Hi Mr. meerkat, Please remove the code if it is there :
var timerId = window.setInterval( function() {
if (store.currentVersion) {
window.clearInterval(timerId);
} else if (store.updateStatus == 3) {
alert("Error: " + store.lastErrorMessage);
}
}, 500);
Because windows mobile browser doesn't support windows.setInterval();
I hope it will work..............
