Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XF]When calling DeepLink from Navigation Stack, the second page becomes Modal navigation #1046

Closed
nuitsjp opened this issue May 16, 2017 · 4 comments

Comments

@nuitsjp
Copy link
Contributor

nuitsjp commented May 16, 2017

Package info

  • Platform: Xamarin
  • Prism version: 6.3.0
  • Xamarin version (if applicable): any
  • Windows 10 SDK version (if applicable): any
  • Other version info:

Repro steps

Please look at this code.

navigationService.NavigationAsync("NavigationPage/ContentPageA");
navigationService.NavigationAsync("ContentPageB/ContentPageC");

At this time, ContentPageB becomes Hierarchical Navigation.
However, ContentPageC becomes Modal Navigation.

@brianlagunas
Copy link
Member

This is dependent on the following Xamarin.Forms bug being fixed:

https://bugzilla.xamarin.com/show_bug.cgi?id=56593

@dbeylkhanov
Copy link

dbeylkhanov commented Jun 1, 2017

the same problem with deep linking & modal nav for me now

But I found temporary solution by setting useModalNavigaition flag to false for the last page

@brianlagunas brianlagunas added this to the Prism 7.0 milestone Jun 27, 2017
@brianlagunas
Copy link
Member

Fixed!

@lock
Copy link

lock bot commented Jan 30, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants