Sunday, October 21, 2012

webview showing white bar on right side

Use the following to hide but not remove the functionality of the scrollbar. The layout margin adjustment is a nasty work-around.

//webview being your WebView object reference.

webview.setScrollBarStyle(WebView.SCROLLBARS_OUTSIDE_OVERLAY);

 

Solution from:

http://stackoverflow.com/questions/2279978/webview-showing-white-bar-on-right-side

No comments:

Post a Comment