Android Question Webview text size to scale automatically

JoeR

Member
Licensed User
Longtime User
If I specify text in a webview using <FONT SIZE=2>, <FONT SIZE=3> , <FONT SIZE=4> etc then the text size shows perfectly on a 320x480 screen. However it shows at the same size when I run the app on a larger screen.

  • If I change to <FONT SIZE=small>, <FONT SIZE=medium> , <FONT SIZE=large> , will the text scale automatically?
  • Is <FONT SIZE=medium> the equivalent of <FONT SIZE=3> ?
 
Top