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.
我想设置缩放以在 android 的 web 视图上显示内容。如何缩放特定级别的 Web 视图。请给我一个解决方案。
尝试使用 webView 设置
使用 webSettings 类
webview.getSettings().setDefaultZoom(WebSettings.ZoomDensity.FAR);
查看为 Webview 设置缩放