hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
408 stars 51 forks source link

Fix WebView scrolling in BottomSheet #261

Closed mbarta closed 1 year ago

mbarta commented 1 year ago

This PR updates the layout of TurboWebBottomSheetDialogFragment to enable nested scrolling of a WebView in BottomSheet.

Before (no nested scrolling) After (nested scrolling)
before after