peruchali

Results 20 comments of peruchali

@claudecarb This project does not seem to be maintained, so there is no ETA. You can fork it and fix it.

See workaround at https://github.com/the49ltd/The49.Maui.BottomSheet/pull/153

> Could you please share a sample repository on GitHub showing the issue? @vhugogarcia You can add `Shell.TabBarIsVisible="True"` to AppShell.xaml's Shell element in the sample project to repro (the TabBar...

Here's what worked for me: ``` class TabBarPositionCallback : BottomSheetBehavior.BottomSheetCallback { private readonly BottomSheet m_bottomSheet; public TabBarPositionCallback(BottomSheet bottomSheet) { m_bottomSheet = bottomSheet; } public override void OnSlide(Android.Views.View bottomSheet, float newState)...

@takennnusernames You can check out #133

@bijington Great work! Is there anything blocking this? It would be great to get this into the toolkit.

@bijington 👋 (ping) I can help out with testing if that can help move this along

@bijington what is the `help wanted` for this?