2

I'm trying to use HTML content in WebView control. This HTML content has CSS3 columns.

My goal is to make WebView scroll only horizontally and make use of columns. But even if I set fixed height (fill_parent) I am able to scroll vertically.

I've tried to disable scrollbars, use setLoadWithOverviewMode but with no effect.

So, the question is - how to make WebView scroll only horizonally, so it displays HTML content in columns? (I saw similar effect in Windows 8 apps).

dyniax
  • 21
  • 1
  • I am not sure, but this http://stackoverflow.com/questions/3574769/horizontal-scrolling might be useful.. – Rahul R. Oct 06 '12 at 06:53
  • Thanks for reply. In my scenario there are many device sizes, so I don't know column height. In my perfect solution I would like content to be automatically split on columns and to fit device height. – dyniax Oct 06 '12 at 10:43
  • I'm not sure but if you use `box-sizing` it may not be supported by your device. http://caniuse.com/#feat=css3-boxsizing – Joseph Katzman Apr 27 '17 at 12:00

0 Answers0