Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Rest service Loading.

Ok ! Thanks again Max and Marina...
For others...
Created a custom CSS in Tiggzi. Name not matter
Put in code below, then save.
code#ajaxBusy {display: none !important;} /code

No more spinner and overlay !

aviz
Posts: 0
Joined: Fri Dec 14, 2012 6:37 am

Rest service Loading.

i wanna display a custom gif image on loading..please help

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Rest service Loading.

Hello,
do you want to display gif image during the app loading?

aviz
Posts: 0
Joined: Fri Dec 14, 2012 6:37 am

Rest service Loading.

yes help
thank you

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Rest service Loading.

For iOS devices you can add image this way. Images will be displayed while app is loading.
a href="https://d37wxxhohlp07s.cloudfront.net/s ... 1355475030[/img] /a

Chris Crawford
Posts: 0
Joined: Sat Jul 13, 2013 5:13 am

Rest service Loading.

Has this implementation changed? I tried to use #ajaxBusy {display: none !important;} in a custom css file, but im still getting the spinner. btw im calling the service inside of a js file with "setInterval( "geolocation2.execute({})" , 10000); "
Thanks!

Chris Crawford
Posts: 0
Joined: Sat Jul 13, 2013 5:13 am

Rest service Loading.

Disregard. Solution found at https://getsatisfaction.com/apperyio/...

Chris Whitfield
Posts: 0
Joined: Fri Jul 26, 2013 5:31 am

Rest service Loading.

Ok so would this mean if i want a spinner to show on page load i go to design tab of the page and would run custom javascript with the following:

function showSpinner() {
alert('ajax start');
}

and If i want the spinner to end on service success i would go to data tab, select the service and on success run custom JS with the following?

function hideSpinner() {
alert('ajax success');
}

Thanks!

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

Rest service Loading.

Hi, you're right. But if you need just spinner (not alert) you can use codeshowSpinner()/code
and
codehideSpinner()/code
instead
codefunction showSpinner() {
alert('ajax start');
} /code
and
codefunction hideSpinner() {
alert('ajax success');
} /code

Chris Whitfield
Posts: 0
Joined: Fri Jul 26, 2013 5:31 am

Rest service Loading.

Ok so ive done custom js on page load and used the following:

function showSpinner()

and used custom js on service success and used the following:

function hideSpinner()

unfortunately the spinner loads always and it doesn't navigate to the page where the list service is invoked. I'm stuck on the previous page with the spinner loading always.

trying to figure out what im doing wrong. I've even tried moving the ordering around with the spinner loading before and after the list service on page load.

Return to “Issues”