Martino Bordin
Martino Bordin

Reputation: 1471

Xamarin.Forms back button refresh with Prism

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

Answers (1)

Related Questions