Hello mates,
I have my menu page (the root page) and then i do a PushAsync to load a page with a list, when a tap on a item i load a page with details of the tapped item (also with PushAsync) and when i accept i do another Push Async and show the confirm page.
MENU ->(PushAsync) LIST -> (PushAsync) DETAILS -> (PushAsync) CONFIRM
The forward navigation is good, but i want 2 options when i navigate to back:
1- Return to the menu page. It works perfectly with PopToRootAsync()!
2- Return to the list page directly without seeing the detail page. <== I can't achieve to do this option
Do anyone know how can i do it?
Thanks you very much