jquery mobile loader not showing in chrome, emulator and android mobile -


i creating jquery mobile app using phonegap, when fire ajax request showing ajax loading spinner, working fine in firefox doesn't come chrome, emulator , real android mobile device.

below code using

$(document).on("pageinit","#agenda2",function(){ $.mobile.loading('show', {     text: 'please wait',     textvisible: true,     theme: 'a',     html: "" }); // code ajax request goes here  }); 


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -