Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onTouchEvent bug when using ObservableWebView inside NestedScrollView #287

Open
shineM opened this issue Jan 21, 2019 · 0 comments
Open

Comments

@shineM
Copy link

shineM commented Jan 21, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant