Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

How to change the ajax-loader?

Hi Alex.

Lets see if this help:

pre
code
.ui-loader .ui-icon-loading {
background: url("../image/ajax-loader.gif") repeat scroll 0 0 / 46px 46px transparent !important;
}
/code
/pre

Are you using the latest Apperyio tester?

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

How to change the ajax-loader?

Hi Igor,

The code you suggested gave the same result:

-works on preview, as well as in iphone Appery tester.

But doesn ́t work on android phone (android version 4.2.2, sony z1).

Yes I ́m using latest version of appery tester, and also installed .apk shows default loader...

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

How to change the ajax-loader?

Hi,

Lets see if below code will work for you.

pre
code
.ui-loader .ui-icon-loading {
background-image: url("../image/ajax-loader.gif") !important;
background-position: 0 0;
background-color: transparent;
background-size: 46px 46px;
}
/code
/pre

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

How to change the ajax-loader?

Great! It works on both android & iOS devices...

Many thanks Igor!

Ravi Khandelwal
Posts: 0
Joined: Fri Aug 22, 2014 2:43 pm

How to change the ajax-loader?

hey its worked for me, perfectly.

Return to “Issues”