TabbedPage - Can't recreate Xamarin Android custom renderer. #23820
dustynlightfoot
started this conversation in
Upgrading from Xamarin
Replies: 1 comment
-
If you need |
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
-
Hey Folks,
I can't seem to recreate the custom bottom tab page experience I had in Xamarin, similar to what Steven Thewissen described here - https://thewissen.io/styling-the-android-bottom-tabs-animation-behavior-and-font.
When I try the TabbedViewHandler.Mapper.AppendToMapping route, I can only get a handle the Android ViewPager2 object, but there seems to be no way to get hold of the actual BottomNavigationView.
Not sure if I'm missing something or just on the wrong track 🤷♂️.
Oh and BTW if I just try and use my old custom renderer (as per the "Reuse custom renderers in .NET MAUI" documentation), I just get a very obscure "Specified cast is not valid" exception.
Kind Regards
Dustyn
Beta Was this translation helpful? Give feedback.
All reactions