material-components-ios icon indicating copy to clipboard operation
material-components-ios copied to clipboard

[BottomSheet] how to use it as standard bottom sheet?

Open macah1 opened this issue 7 years ago • 1 comments

Is there a way to setup bottom sheet to act as an standard bottom sheet?, like: https://material.io/design/components/sheets-bottom.html#standard-bottom-sheet (without overlay allowing interaction with both regions) thanks!


Internal data

macah1 avatar Oct 19 '18 02:10 macah1

There is no standard bottom sheet implementation on iOS. This is because the iOS bottom sheet implementation makes use of custom view controller transitions, which do not allow interaction with the presenting view controller, even when the presented view controller does not take up the whole screen. As far as I know, this is not something we're prioritizing implementing at the moment.

andrewoverton avatar Dec 14 '20 17:12 andrewoverton