我的网页浏览量与片段一起使用。片段工作得很好,但剩下的唯一一件事就是根据设备屏幕使它们非常适合。如果设备屏幕较小,则webview本身适合该屏幕。如果设备较大,webview本身就适合该屏幕。如何做到这一点?
webView.getSettings().setLoadWithOverviewMode(true);
webView.getSettings().setLoadWithOverviewMode(true);
这两个没有像我想要的那样工作。
答案 0 :(得分:0)
一旦尝试使用:
webView.getSettings().setUseWideViewPort(true);