How to change page loading widget?
I wanna change page loading for my REST services like this:
http://jquerymobile.com/test/docs/pag...
how to implement this method in tiggzi ?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I wanna change page loading for my REST services like this:
http://jquerymobile.com/test/docs/pag...
how to implement this method in tiggzi ?
Have you tried putting this into JavaScript file:
code
$.mobile.loading( 'show', {
text: 'foo',
textVisible: true,
theme: 'z',
html: ""
});
/code
sure, I did.
it doesn't work.
any help?
Hello! Working on it. I'll update
It seems there is no way to do that.
oh no... default widget is awful and animation is not centered on my device ((
you must think about this option on next tiggzi updates! just make a loading widget like tiggzi mobile tester - black rectangle with "please wait..." message.
Thank you for suggestion. We'll think about it.
Of course there is a way to do that.
document.getElementById('ajaxBusy').innerHTML='<
style="position: absolute; top: 10px; left: 10px;"';
It did this onLoad/onDeviceReady. Works fine.
Hello! Thank you for posting that.