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 +1 按钮之后,我在 WebView中放置了一个 google plus 按钮。但是我有一个大问题!该按钮效果很好,但看起来很少!我该如何处理这个问题?
谢谢
也许您可以使用 webviews 缩放设置。
webview.getSettings().setDefaultZoom(WebSettings.ZoomDensity.FAR);