Hello,
I have the following issue. When I start my app I click on a button and it takes me to a page where, through rest, I extract xml data from a webserver. It shows this data in a listview, which is going very smooth. Now here's the problem: when the data is loading, the ajax loader appears and all and then the data shows, but when the ajax loader is showing, which means the data is loading, and I click on a button to take me back to the homepage, the screen becomes white and the app crashes.
So to concise the issue: app crashes when data is loading and you click on a button to navigate to a different page.
Is this a known bug within Appery or is my code not efficient enough?
Thank you!