In v1.1 rc1 the docs say this can be used to make sure loading text is visible and set text. I put this in my landing page in the head section of the html document:
- <script>
- $(document).bind("mobileinit", function(){
- $.mobile.loadingMessage = 'Loading...';
- $.mobile.loadingMessageTextVisible = true;
- });
- </script>
But... nothing happens. I just see the new, light, almost invisible loading spinner.
In fact - is there just a way to go back to the old loading spinner. That was one of the things I really liked about the 1.0 release of Jquery Mobile!
Thanks,
doug