Page 1 of 2
Busy Spinner In Front Always
Posted: Sun Jan 13, 2013 1:38 am
by Renjith V
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?
Busy Spinner In Front Always
Posted: Sun Jan 13, 2013 1:44 am
by maxkatz
Do you invoke a service or run any custom JavaScript on page load?
Busy Spinner In Front Always
Posted: Sun Jan 13, 2013 1:50 am
by Renjith V
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.
Busy Spinner In Front Always
Posted: Sun Jan 13, 2013 1:52 am
by Renjith V
No, no change 
Busy Spinner In Front Always
Posted: Sun Jan 13, 2013 1:56 am
by Renjith V
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.
Busy Spinner In Front Always
Posted: Sun Jan 13, 2013 2:33 am
by Renjith V
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.
Busy Spinner In Front Always
Posted: Sun Jan 13, 2013 5:21 am
by maxkatz
The spinner is shown when the following happens: 1) a service is invoked, 2) navigation, 3) you show it programatically
Busy Spinner In Front Always
Posted: Mon Jan 14, 2013 7:23 am
by Renjith V
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.
Busy Spinner In Front Always
Posted: Mon Jan 14, 2013 8:20 am
by Maryna Brodina
Hello! Please share your app. We'll test
Busy Spinner In Front Always
Posted: Wed Jun 04, 2014 5:42 pm
by RobertJay
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.