Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用webview做了一个android app,但是宽度比手机还大。我想让网站全屏显示,所以你不能向左/向右滚动。
我看不到整个页面。这怎么可能?
预览:http: //i.imgur.com/HW0INx3.png
谁能帮我?
尝试
myWebView.getSettings().setUseWideViewPort(true);
见网页设置
告诉 WebView 使用宽视口。默认值为假。