Yan Yi
Posts: 0
Joined: Sat Jan 25, 2014 7:38 pm

spinner message not working after Sunday update

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!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

spinner message not working after Sunday update

Hello!

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

Puneet Duseja
Posts: 0
Joined: Wed Apr 16, 2014 10:55 am

spinner message not working after Sunday update

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", "");

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

spinner message not working after Sunday update

Hello Puneet,

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

Puneet Duseja
Posts: 0
Joined: Wed Apr 16, 2014 10:55 am

spinner message not working after Sunday update

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
});

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

spinner message not working after Sunday update

Hello,

Use "Page Show" event instead of "Load"

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

spinner message not working after Sunday update

Hello,

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

Return to “Issues”