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
Post a Comment