Hello,
I have a couple of pages where I extract data from my webserver in XML format and use RESTservice to map it to my listview. This all goes well and the data is shown. But now I've noticed a problem: whenever the data is loading and the user clicks on his (Android) back button of the phone the page returns but the app becomes white and you can't do anything anymore. It just crashes.
I've noticed that this only happens on Android phones, however, occasionally it also happens in the webbrowser.
This is my app:
http://appery.io/app/mobile-frame?src...
On the first page, click on the shopping bag and then click on "Baby" - "Beebie Love" and after that it shows the webshop with the articles of your desired filter. Now, when using and Android phone, you see the data is loading (it's getting the articles from my webserver) but while it is loading you click on the back button and then the app crashes.
Is this a bug within Appery or is my code somehow incorrect?
Thank you!