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!