The49.Maui.BottomSheet icon indicating copy to clipboard operation
The49.Maui.BottomSheet copied to clipboard

iOS Remove/Limit gesture recognizers on bottom sheet?

Open nk-alex opened this issue 1 year ago • 2 comments

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?

nk-alex avatar Jun 07 '24 14:06 nk-alex