android - Adjust text size of WebView? -


I would like to reduce the size of all the text in a WebView as easily as I have tried android: TextSize = "..." API level 7 without success.

Try getSettings (). SetDefaultFontSize () , or maybe getSettings (). SetDefaultZoom () , on your WebView .


Comments