简体   繁体   中英

G+ in Android webview

I created an activity in my app that contains a webview in that I put a google plus button following this tutorial Android +1 button in WebView . But I have a big problem! The button works great, but it appears very very little! How can I handle this problem?

Thanks

也许您可以使用网络视图缩放设置。

webview.getSettings().setDefaultZoom(WebSettings.ZoomDensity.FAR);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM