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