Page 1 of 1

spinner message not working after Sunday update

Posted: Thu Apr 17, 2014 12:59 pm
by Yan Yi

Hello! Previously, I was able to use the following to set spinner message. However, this code has suddenly stopped working this week.

code $.mobile.loading("show", {
text: "Loading...",
textVisible: true,
theme: "b",
html: ""
});
/code

Also tried code
showSpinner({text: "Changing your settings...", textVisible:true, theme: 'b'} );/code

Please advise, thanks!


spinner message not working after Sunday update

Posted: Thu Apr 17, 2014 3:36 pm
by Maryna Brodina

Hello!

Spinner sample from here works for us http://demos.jquerymobile.com/1.2.0/d...
Could you try that?


spinner message not working after Sunday update

Posted: Tue May 13, 2014 11:04 am
by Puneet Duseja

Hi, I am currently able to display and hide spinner using following scripts at the time of loading of pages. However i would like to display a message along with the spinner. It would be great if u can share the update code.

Display: $.mobile.loading("show").attr("style", "display:block");
Hide: $.mobile.loading("hide").attr("style", "");


spinner message not working after Sunday update

Posted: Tue May 13, 2014 6:46 pm
by Evgene Karachevtsev

Hello Puneet,

You can find examples how to use loader widget
http://demos.jquerymobile.com/1.4.2/l...


spinner message not working after Sunday update

Posted: Wed May 14, 2014 5:49 am
by Puneet Duseja

Hi I tried the below code on load, but it does not work.

$.mobile.loading( "show", {
text: msgText,
textVisible: textVisible,
theme: theme,
textonly: textonly,
html: html
});


spinner message not working after Sunday update

Posted: Wed May 14, 2014 6:03 pm
by Evgene Karachevtsev

Hello,

Use "Page Show" event instead of "Load"


spinner message not working after Sunday update

Posted: Wed May 14, 2014 6:28 pm
by Evgene Karachevtsev

Hello,

You need add alert after show spinner to see spinner in you "Load" event