Skip to content
Discussion options

You must be logged in to vote

I assume you mean INavigationAware. As part of the unification of APIs in Prism 9.0 we were presented with the challenge that Page based Navigation in Xamarin.Forms/.NET MAUI and Region Navigation which is now supported on ALL platforms both provided an INavigationAware interface, each with slightly different method signatures.

As a result we opted to rename this for Region Navigation to IRegionAware. While we do have a compatibility marker interface for WPF to provide backwards compatibility, we didn't feel this was necessary for Uno.WinUI apps.

public bool IsNavigationTarget(NavigationContext navigat…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by claunia
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants