I have a multipage app that I am trying to create. On one of the pages I have a listview component. When I switch to another page and then go back to the page with the Listview component it asks me to reload the contents. This is frustrating and not a good user experience.
I have tried making sure that the data source query for the Listview is ran everytime the page is loaded however it still makes me reload.