How to disable Vertical scrolling of webview to load whole page as different column

I want to disable webview vertical scroll view.Load the web page as columns in webview by using this way I can give the user a book reading effect.

this is the style I added in html.it is not working at all.

  loadingStringHorizontal="<style type='text/css'>body { width:200px;height:400px;
    -webkit-column-gap:17px;-webkit-column-width:170px;
     text-align:justify ;} </style>";

Thanks for your time.

6
задан Dharmendra 4 May 2012 в 11:22
поделиться