Reputation: 1471
I'm using Prism Navigation Service, with MasterDetailPage & NavigationPage.
In Android, when I push the OS back button, it doesn't call the OnNavigatedTo method of my ViewModel, that implements the INavigationAware interface.
I think it's the expected behavior, but how can I refresh the page in a MVVM\Prism way?
Upvotes: 0
Views: 1384
Reputation: 2398
This should be fixed in Prism for Xamarin.Forms 6.3pre1.
Release Notes: https://github.com/PrismLibrary/Prism/wiki/Release-Notes-6.3.0-Pre1
Issue fixed: https://github.com/PrismLibrary/Prism/issues/744
Upvotes: 2