How to add clickable item to TabBar or FlyoutItem? #11149
Unanswered
SergTomcat
asked this question in
Q&A
Replies: 1 comment
-
You can try this in your appshell.xaml I tried it it Worked for me But the issue in this tab bar and menu item are independent Of each other The Tab Bar Item uses the routing Method But the menu item uses the navigation Like GoToAsync or may be navigation async |
Beta Was this translation helpful? Give feedback.
0 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.
-
I need to add item to TabBar (or FlyoutItem) that is similar to MenuItem in shell (just button with no ContentPage).
Getting ahead: I will need to add it programmatically in codebehind.
Beta Was this translation helpful? Give feedback.
All reactions