Scrollable Children in ModalBottomSheetLayout's sheetContent

Viewed 19

I have a WebView that I want to place in my ModalBottomSheetLayout's sheetContent. I can't however seem to scroll it once I place it in there.

I believe, looking at the code for ModalBottomSheetLayout, it's because it has the Swipeable modifier on the sheetContent container.

...
.bottomSheetSwipeable(sheetState, fullHeight, sheetHeightState)`
...

I'm assuming this means that the children are overridden and cannot scroll? Can I do what I want or do I need to use something else?

0 Answers
Related