OnNavigatedFrom method is not called when we checkout between pages in Menu (MasterDetailPage)
When we navigate from BasePage from Menu to (for example) ViewA from Menu, the OnNavigatedFrom method has to called (for example to remove some events).
When we navigate from BasePage from Menu to (for example) ViewA from Menu, the OnNavigatedFrom method isn't called.

Thank you for reporting this. Seems this is a regression bug
This has been fixed. You can test the fix in the latest CI Build on MyGet.
@brianlagunas Thanks for your fast action. How can I test it? Should I remove this package: 7.1.0.431 and add again (it still isn't working)? There isn't any new pre-release package.
No, you must add the latest nightly build that is on our MyGet feed.
http://prismlibrary.github.io/docs/getting-started/NuGet-Packages.html
@brianlagunas I've tested your latest build and now, navigation is working OK, thanks for your fast fix.
I still have the issue that OnNavigatedTo is called ahead of OnNavigatedFrom with 3.1.0.517-ci. The call is no longer missing, but the order has changed.
You cannot depend on the order of which view is navigated away from or to. It will vary depending on the navigation stack. For example, if deep linking into a NavigationPage the nav stack is built in reverse order.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
@brianlagunas I've tested your latest build and now, navigation is working OK, thanks for your fast fix.