davidortinau / Xappy

A mobile app to track Xamarin news and explore all the goodness that is .NET for Mobile developers
MIT License
350 stars 106 forks source link

Maui implementation of bottom drawer #76

Open MaticDiba opened 2 years ago

MaticDiba commented 2 years ago

I found this example by following a youtube video on how to make a simple bottom drawer on Xamarin.Forms. I'm trying to achieve the same on Dotnet Maui. I also prepared this sample repository with the Maui project: https://github.com/MaticDiba/MauiAppBottomDrawer

I'm having issues since the bottom drawer is always shown when the page is loaded. And also TapGestureRecognizer on BoxView does not seem to work when using InputTransparent="True". Is this a known issue? Is there any proposed solution to have this working with Maui?

Any help would be much appreciated.