OnNavigatedTo of origin page called when using OS back button skipping pages #2714
Unanswered
SamirKharchi
asked this question in
Xamarin.Forms
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we are using Prism 8 in a Xamarin.Forms app and it all works fine. However, we noticed that on iOS (iPhone) when we use the OS Back button by holding it down (a popup appears showing the navigation stack pages) and then navigate back 2 or more pages (so not back to the previous page on the stack), that OnNavigatedTo() is called for the currently active page.
What is the use case of this behavior? We are not sure how to handle this correctly as it seems awkward that it is called (it's not called when navigating back directly to the previous page).
Thanks iA for any info on this.
Samir
Beta Was this translation helpful? Give feedback.
All reactions