Page 1 of 1

How to change page loading widget?

Posted: Mon Nov 12, 2012 5:45 pm
by Essay Writing Service

I wanna change page loading for my REST services like this:

http://jquerymobile.com/test/docs/pag...

how to implement this method in tiggzi ?


How to change page loading widget?

Posted: Mon Nov 12, 2012 6:22 pm
by maxkatz

Have you tried putting this into JavaScript file:
code
$.mobile.loading( 'show', {
text: 'foo',
textVisible: true,
theme: 'z',
html: ""
});
/code


How to change page loading widget?

Posted: Mon Nov 12, 2012 8:30 pm
by Essay Writing Service

sure, I did.

it doesn't work.


How to change page loading widget?

Posted: Tue Nov 13, 2012 9:49 am
by Essay Writing Service

any help?


How to change page loading widget?

Posted: Tue Nov 13, 2012 10:04 am
by Maryna Brodina

Hello! Working on it. I'll update


How to change page loading widget?

Posted: Tue Nov 13, 2012 10:49 am
by Maryna Brodina

It seems there is no way to do that.


How to change page loading widget?

Posted: Tue Nov 13, 2012 2:55 pm
by Essay Writing Service

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.


How to change page loading widget?

Posted: Tue Nov 13, 2012 3:00 pm
by Maryna Brodina

Thank you for suggestion. We'll think about it.


How to change page loading widget?

Posted: Thu Nov 15, 2012 9:21 am
by Patrick de Groot

Of course there is a way to do that.

document.getElementById('ajaxBusy').innerHTML='<Image style="position: absolute; top: 10px; left: 10px;"';

It did this onLoad/onDeviceReady. Works fine.


How to change page loading widget?

Posted: Thu Nov 15, 2012 9:34 am
by Maryna Brodina

Hello! Thank you for posting that.