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?
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?
Do you invoke a service or run any custom JavaScript on page load?
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.
No, no change ![]()
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.
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.
The spinner is shown when the following happens: 1) a service is invoked, 2) navigation, 3) you show it programatically
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.
Hello! Please share your app. We'll test
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.