In my application I use a ScrollView. This ScrollView contain many Webview. I change the webview font size:
webView.getSettings().setTextSize(WebSettings.Tex
you might have to reload your webview with ie:
webview.loadUrl( "javascript:window.location.reload( true )" );