Hi,
I implemented the master-detail page to show list of picture. When user click on the picture in the master page, the app will navigate to the detail page. My question is that when user click on the "Back button" to go back to master page, it always show the all items start from item #1.
In case my user click on the item #120, can I implement some code when user click "Back button" in the detail page, the master page will continue on the item #120 instead of the item #1?
Thanks.
Paul