Force page refresh
Hi,
On my application I have a page that contains a list of topics, while the user select one of them I'm loading next screen and fetching the data based on the user selection (each topic has its own URL to get it's XML response).
The issue is that the page is shown with previous data till response get back from server and populating the "updated" data.
I checked the solution that gave for this in this forum but it now worked out, can you suggests? (I'm not using full refresh and all pages render in a single file).
Application is shared with you (a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a, applciation name: ShuvaIsrael).
p.s. In case required, this can be tested on mobile only since the XML response contains blank charters at the start and cause parser error on tester but working fine on device.