Flyout page menu item navigation #2434
Unanswered
vardansargsyan92
asked this question in
Xamarin.Forms
Replies: 1 comment 4 replies
-
FlyoutPage is only supported in Prism 8.1 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI folks.
I have updated the Prism library and I have changed master details page to flyout page. The problem is that I am not able to use menu item navigation inside the the flyout page's view model. I am trying to use
await navigationService.NavigateAsync($"NavigationPage/{menuItem.Page}");
but it does not work. So the question is how can I use menu item navigation inside the view model?.I also noticed that the PageNavigationService does not handle a case for flyout page inside ProcessNavigation method
Beta Was this translation helpful? Give feedback.
All reactions