ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.

Home Page:http://ksoichiro.github.io/Android-ObservableScrollView/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onTouchEvent bug when using ObservableWebView inside NestedScrollView

shineM opened this issue · comments

ObservableWebView has call NestedScrollView.onInterceptTouchEvent(event) in onTouchEvent and then NestedScrollView's mLastMotionY will changed to Y coordinate value of this event's,but this value maybe is bigger than NestedScrollView's max height(when scrolled the WebView),which cause the bug that when I clicked some area inside WebView but it scroll to bottom.