Maui.Controls.BottomSheet
Maui.Controls.BottomSheet copied to clipboard
Input transparency
Is it possible to have input transparent backdrop with this?
This is currently a bug in Maui on the Android side. However, this temporary hack will do the trick for you. Add this on the background grid:
<Grid.GestureRecognizers>
<TapGestureRecognizer Command="{x:Null}" />
</Grid.GestureRecognizers>