webView = (WebView) findViewById(R.id.webView_deal); WebSettings webSettings= webView.getSettings(); webSettings.setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN); //找到Html文件,也可以用网络上的文件 webView.loadUrl("http://weixin.aixuepai.com.cn/axp-web/html/userprotocol.html");
只需添加如下代码即可
WebSettings webSettings= webView.getSettings(); webSettings.setLayoutAlgorithm(LayoutAlgorithm.SINGLE_COLUMN);
本文出自 “爬过山见过海” 博客,请务必保留此出处http://670176656.blog.51cto.com/4500575/1773822
原文地址:http://670176656.blog.51cto.com/4500575/1773822