How do I detect startNestedScroll(int) in custom Webview?

Asked

Viewed 66 times

1

I have a custom Webview inside a custom Viewpager which has a Vertical scroll. I need to scroll in viewPager when the webview scroll reaches the end.

Someone can help me?

  • Do you need to detect that there was an "overscroll" (top or bottom) and change pages in Viewpager (previous or next) or do the simultaneous scroll? Or any of that?

  • I use a Transformer in my Viewpager and it scrolls vertically and not horizontally, and within each page of Viewpager there is a Webview that by default also scrolls vertically, I would like that when the scroll vertically of Webview came to an end it would "pass" the power of scrolling for Viewpager to change pages.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.