i'm loading website webview, , text elements' font sizes increased factor of 1.375. works fine on chrome on same device looking wrong on webview inside app.
i read font-boosting 1 of causes of this, why webview resizing legible text of size 24px 33px?
i'm using android 4.4 test app.
okay, think have answer. need set websettings.settextzoom 100 if want retain original functions. call works api level 14 , above, before can use textsize
Comments
Post a Comment