accompanist
accompanist copied to clipboard
[WebView] Fix issues with nested scroll dispatch in WebView
Fixes #1260 Fixes #1235
Wrapped the WebView in a NestedScrollView which seems to be the recommended method to deal with this in views.
Added a collapsing toolbar and swipe refresh to the sample in order to test it and it seems to work well.