You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If in the app a tab gets selected manually OnNavigatedTo() doesn't get called.
If a navigation in code gets triggered, as for example via the button with title "Click me" on the first tab, OnNavigatedTo() gets also called on the target tab's page.
When SelectTabAsync calls OnNavigatedTo on the target page parameters.GetNavigationMode() will result in:
System.ArgumentNullException: Value cannot be null.
(Parameter 'NavigationMode is not available')
at
Prism.Navigation.NavigationParametersExtensions.GetNavigationMode(INavigationParameters parameters)