Hi there
I am using Phonegap and Blackberry webworks for my jQueryMobile app, which is working great on iOS. However, I am finding that the app freezes when it tries to execute the $.mobile.pageLoading code.
Any ideas as to why it isn't working?
$.mobile.changePage( "#events", { transition: "none"} ); - this works fine as does various other jQM and Ajax code so it's a bit of a mystery why the code stops at any of the following:
$.mobile.pageLoading();
$.mobile.pageLoading(false);
$.mobile.pageLoading(true);
Thanks
Gemma