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?
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?
Browser other questions tagged android webview
You are not signed in. Login or sign up in order to post.
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?
– Wakim
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.
– Rodrigo Almeida