Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Busy Spinner In Front Always

As soon as open the app, the busy spinner is coming to the front. I have tested the app in browser and all works perfectly fine. As soon as make the apk and put in the mobile, this starts happening. Getting kind of lost :( Any ideas why?

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

Busy Spinner In Front Always

Do you invoke a service or run any custom JavaScript on page load?

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Busy Spinner In Front Always

No, there is none. I am also thinking how does it differ when I use the browser and the app. Anyway at some places, I was specifically doing a showSpinner in third page during load. I am removing it and testing.

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Busy Spinner In Front Always

No, no change :(

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Busy Spinner In Front Always

Is there somehow a way to tell the app builder to regenerate the every code when I Save? Or it that being done already? I am suspecting some invalid code lying around somewhere.

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Busy Spinner In Front Always

On observation, the spinner comes in both cases when I set with multi-page template and without. But when it is set not t use multi page, the spinner disappears after some.

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

Busy Spinner In Front Always

The spinner is shown when the following happens: 1) a service is invoked, 2) navigation, 3) you show it programatically

Renjith V
Posts: 0
Joined: Mon Dec 31, 2012 4:54 am

Busy Spinner In Front Always

Thank you. Anyway I still have not figured out why this comes as soon as I open the page. I don't do any of these in the load event.

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

Busy Spinner In Front Always

Hello! Please share your app. We'll test

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

Busy Spinner In Front Always

I have a related problem: http://screencast.com/t/MpyTOyyOK. The service is called via execute in a JS function called on pageshow. I have no response mappings, completes successfully and allows me to process data in the complete event and then continue on - but the spinner keeps spinning. Any idea why and how to fix? Thanks.

Return to “Issues”