Expose TabbedPageManager.BottomNavigationView in TabbedPage.Android.cs #30061
Unanswered
AdamEssenmacher
asked this question in
Ideas
Replies: 1 comment
-
totally agree, don't want to use reflection |
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.
-
When a TabbedPage is used on Android with tabs on the bottom, internal class
TabbedPageManager
has an internal propertyBottomNavigationView
. It would be nice to have this exposed somehow for the purpose of setting a Badge with a handler mapping.For example:
Then, we could have mappers like:
It would of course be much nicer if MAUI supported native Badges for TabbedPages, but this would at least give devs an opportunity to do it ourselves.
On iOS, it's as simple as:
Beta Was this translation helpful? Give feedback.
All reactions