How to avoid refresh delay when reading data on page load ?
With master-detail pages. I do :
set the id of the selected item in local storage
naviage to detail page
on 'page show' in the detail page I read data from the database using the id
the detail page has a back button to return to the master list
My problem is that the detail page is showing the previous data for 1-2 seconds until the read service has returned and the contente of the page is refreshed.
How to avoid this ?