Hi,
I've been experimenting with jQuery Mobile. I am trying to implement the following
I would like to display the jquery mobile loading popup until the page is ready and then continue.
In the jQueryMobile Docs and Demos under 'list views' and 'list performance tests' this performs as how i would like mine to be.
I've tried binding to the 'pagebeforeshow', 'pagebeforecreate' etc. events but to no avail.
I almost need to e.preventDefault and the once the contents has been successfully loaded resume preventDefault.
Any help would be greatly appreciated.