MAUI SelectTabAsync #2841
Replies: 2 comments 3 replies
-
Yes +1, see my examples from Xamarin.Forms —>https://github.com/giuseppenovielli/MAUI_XF-Prism-Full-Navigation-Example I can’t select tab into MAUI. @dansiegel @brianlagunas please Help. Thanks!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello,
I am migrating my application from XamarinForms to MAUI.
I am using a TabbedPage and the PRISM FORMS method:
navigationService.SelectTabAsync(nameof(MyTabPage), navigationParameters)
I can't find an equivalent in MAUI PRISM, if I do a :
await _navigationService.NavigateAsync("TabbedPage?selectedTab=MyTabPage");
This re-launches a TabbedPage.
Can you help me with this?
Thank you,
Pierre
Beta Was this translation helpful? Give feedback.
All reactions