Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

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 ?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to change page loading widget?

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

Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

How to change page loading widget?

sure, I did.

it doesn't work.

Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

How to change page loading widget?

any help?

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

How to change page loading widget?

Hello! Working on it. I'll update

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

How to change page loading widget?

It seems there is no way to do that.

Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

How to change page loading widget?

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.

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

How to change page loading widget?

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

Patrick de Groot
Posts: 0
Joined: Fri Sep 28, 2012 10:22 am

How to change page loading widget?

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.

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

How to change page loading widget?

Hello! Thank you for posting that.

Return to “Issues”