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

How can I use Navigation Service without Template 10 Bootstrapper? #1734

Closed
JaiganeshKumaran opened this issue Oct 14, 2020 · 2 comments
Closed

Comments

@JaiganeshKumaran
Copy link

No description provided.

@jp-weber
Copy link
Member

@JaiganeshKumaran
Is the question still open?

You can use the NavigationService relatively simple without the whole bootstrapper by creating the service in a page.

NavigationService = NavigationFactory.Create(_frame).AttachGestures(Window.Current, Gesture.Back, Gesture.Forward, Gesture.Refresh);

You can see this in my app, in connection with the NavigationView.
https://github.com/2fast-team/2fast/blob/master/Project2FA.UWP/Views/ShellPage.xaml.cs#L55

@JerryNixon
Copy link
Member

There really is considerable value in that service even without Template 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants