alert box popping up when button or link is pressed using 1.0beta-pre testing on iPhone
Hiya,
Every link I click on within my app, be it a button, other forms of links, I get this delay then an alert box stating
false
<ok>
I get the message in the iPhone emulator and on device. The app behaves fine in all other respects. When I switch back to 1.0a3, I don't get this issue.
Its being caused by the mobileinit method. Here is my implementation. When I comment this code out, I get the loadingMessage (which I think I might be able to live with anyway but...) and I do not get the alert box.
What do I need to alter here to remove the loading message? What has changed in the new release to cause this to occur?
-
$(document).bind(" mobileinit ",function(){
$.extend( $. mobile , {
loadingMessage:false
});
});