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
Post a Comment