I have a listview which on any item selected navigates to another XAML page. When I press the back button I return back to the original listview page.
Now if I select the same list view item, it does not navigate to the intended XAML page. If I select another item in listview it navigates.
So the issue I am facing is that tapping/selecting the same item does not navigate to the intended page the second time after the back button is pressed, but any other item in the list does navigate. Also the break point is not hit in VS (onitemtapped event args), so can't debug the issue too.
Any help/suggestions on the same?.
Thanks In Advanvce!!..