I have a webview
in that I am loading a webpage which has a table of values which can be scrolled horizontally. In webview
it is not able to scroll properly. Webview is inside a fragment
in ViewPager
. When I try to scroll it will be moved to the next Viewpager
item. This is how the webpage looks.
Asked
Active
Viewed 365 times
1

Vivek Barai
- 1,338
- 13
- 26

Aju
- 4,597
- 7
- 35
- 58
-
I think this is what you are looking for: http://stackoverflow.com/questions/6920137/android-viewpager-and-horizontalscrollview – Axel Oct 19 '15 at 14:55
-
@Aju How do resolve the above problem? – Neetu Shrivastava May 30 '16 at 07:31