Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

According to jQuery Mobile documentation ( http://api.jquerymobile.com/page-loading/ ), "The page loading widget handles the task of displaying the loading dialog when jQuery Mobile pulls in content via Ajax". According to my debugger, that is true. However, the listview takes long enough to load after the AJAX is done that there's still a period of time with a blank screen.

Any suggestions for how to keep the default loading message going even after the Ajax request is done?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.