You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some research, I came to a conclusion that rolling out a custom ToolbarItems property on the inherited ContentPage would be better.
More options when setting item icon beyond just ImageSource (a good point to be made can be MauiIcons that pull icons from the font file)
Item states (like checked/unchecked, disabled, etc)
Nesting of menu items, section splitters, section titles:
iOS UIMenu Screenshot
A good inspiration for the nesting of items would be to take from WinUI's MenuFlyoutItem* API. In terms of Android, a fallback could be used to the builtin ContentPage.ToolbarItems using OnPlatform (unless there's a specific need for more options. I currently haven't worked on porting it to Android)
Sounds good if it's not a massive amount of work.
Still hoping that MAUI team will be resolving the issue, though that might be a while.
Thanks for all your work.
Description
Secondary toolbar item dissapears when navigating away from page.
To Reproduce
Evidence
No response
App Version
1.0
OS Version
17.6.1
Diagnostic information
No response
The text was updated successfully, but these errors were encountered: