如何改变字号在Android的WebView? [英] How to change the FontSize in an Android WebView?

查看:154
本文介绍了如何改变字号在Android的WebView?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何手动更改的WebView的字体大小?例如当在web视图的字体大小如同24PT页面加载。和方式太大,我的Andr​​oid的屏幕。我已经研究过了websettings,但似乎两者没有关系。

How can you manually change the font size of a webview? e.g. When the page loads up in the webview the font size is like 24pt. and way too large for my android's screen. I've looked into the "websettings" but it seems that the two are not related.

感谢

推荐答案

我终于找到了: -

I finally found it:-

WebSettings webSettings = webView.getSettings();

或者 setTextSize

webSettings.setTextSize(WebSettings.TextSize.SMALLEST);

这一件作品太: -

This one works too:-

webSettings.setDefaultFontSize(10);

这篇关于如何改变字号在Android的WebView?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆