Project

General

Profile

Feature #647

Updated by Soren Stoutner over 3 years ago

This would involve updating WebView's internal scroll tracker whenever `startNestedScroll()` `isNestedScrollingEnabled()` is called. 

 https://developer.android.com/reference/androidx/core/view/NestedScrollingChild#startNestedScroll(int) https://developer.android.com/reference/androidx/core/view/NestedScrollingChild#isNestedScrollingEnabled() 

 And would fix the buggy behavior described at https://www.stoutner.com/bug-in-webviews-handling-of-nested-scrolling/. 

 I would only make this change if it isn't too invasive and would be easy to maintain in the long run.

Back