Web不会在Android 4.0.X中调整WebView宽度

时间:2014-06-28 00:33:16

标签: android web webview

我已将以下句子插入以调整我的网站到我的WebView

 <meta name="viewport" content="width=device-width, user-scalable=yes">

我也在我的代码中插入了这个:

webView.getSettings().setLoadWithOverviewMode(true);
webView.getSettings().setUseWideViewPort(true);

在我使用Android 4.4.2的Nexus 4中,它运行良好,网络已调整为我的WebView,但在我的另一款Android 4.0.4手机中,它无法正常工作。有谁可以解决它?

0 个答案:

没有答案