Skip to content

NavigateAsync has no useModalNavigation and animated parameters - Prism.DryIoc.Maui #2928

Discussion options

You must be logged in to vote

Yes this was removed because it should be passed in the NavigationParameters.

public static class KnownNavigationParameters
{
/// <summary>
/// Used to dynamically create a Page that will be used as a Tab when navigating to a TabbedPage.
/// </summary>
public const string CreateTab = "createTab";
/// <summary>
/// Used to select an existing Tab when navigating to a TabbedPage.
/// </summary>
public const string SelectedTab = "selectedTab";
/// <summary>
/// Used to control the navigation stack. If <c>true</c> uses PopModalA…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@HelenMamalaki
Comment options

@jameslavery
Comment options

@dansiegel
Comment options

@jameslavery
Comment options

Answer selected by dansiegel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants