I have multiple WebViews
showed in ViewPager
, as pages, but i faced a problem if part of WebView
content is Horizontal Scrollable content
, I have tested it on iOS, and the WebView
consume the TouchEvent
, so the ViewPager
doesn't scroll, but in android the ViewPager
keeps scrolling, I tried to get the consume the TouchEvent
, but I couldn't determine if the content is horizontal scrollable or not.
==== Edit 1:
the width of the content matches the webview, without scrollbars, but they put frame or i dont know what its name, the content inside it is horizontal scrollable. (Interactive Magazine)
- Little sample online http://www.quackit.com/html/codes/horizontal_scroll.cfm (scroll down to result box)