The49.Maui.BottomSheet
The49.Maui.BottomSheet copied to clipboard
iOS Remove/Limit gesture recognizers on bottom sheet?
I'm using BottomSheet with ContentDetent in iOS. I just have a DrawingView inside the bottom sheet. I'm unable to use it because any interactions with the DrawingView makes BottomSheet move up&down.
Is it possible to limit the dismiss action just to bottomsheet itself and remove it from elements on it? In android works as expected. If I set IsCancelable = "False", I cannot dismiss the bottom sheet but it still moves up&down which makes it unusable with DrawingView in iOS
Here a sample of the issue
https://github.com/the49ltd/The49.Maui.BottomSheet/assets/101177816/28104f5b-0ad2-40a9-aafb-fb1e1319d81a
Any possible workaround?