steve5588065
Posts: 0
Joined: Tue Feb 26, 2013 6:36 am

Screen navigating back to main screen automatically

In the load event of my start screen I check if a localStorage Item exists.
If not I call a Service which gets a new guid from my webservice
In the Service Complete event I navigate to a Registration Screen. On that screen the user fills out their address, name etc and when they click the Register button it attempts to locate them in my sql server database and record data to identify their phone

Since Phonegap 2.4 upgrade the app navigates to the Registration Screen as described but immediately the spinner appears and the app navigates back to the start screen, without me doing anything

There is nothing in my code which would cause this, other than the button_click event which is not firing

Any ideas
regards
Steve

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

Screen navigating back to main screen automatically

Check all the events, service events or any custom JavaScript you might have.

Return to “Issues”