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
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.
The text was updated successfully, but these errors were encountered:
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
onBoxView
does not seem to work when usingInputTransparent="True"
. Is this a known issue? Is there any proposed solution to have this working with Maui?Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: