gpt4 book ai didi

android - 如何将android webview缩放到特定高度

转载 作者:行者123 更新时间:2023-11-29 22:05:00 24 4
gpt4 key购买 nike

我正在使用 Webview 查看具有缩放支持等功能的本地镜像。有什么办法可以让 WebView 缩放到只适合图像的高度,而不是像我当前代码那样适应宽度?这是我所拥有的:

WebView image = (WebView)findViewById(R.id.map);
image.getSettings().setBuiltInZoomControls(true);
image.getSettings().setLoadWithOverviewMode(true);
image.getSettings().setUseWideViewPort(true);
image.setLayoutParams(new LinearLayout.LayoutParams(LayoutParams.WRAP_CONTENT,LinearLayout.LayoutParams.WRAP_CONTENT));
image.loadUrl("file:///android_asset/image.png");

最佳答案

尝试使用 webView 设置

使用 webSettings 类

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

查看 Set zoom for Webview

更新:作为 setDefaultZoom 弃用 you need to use another settings

关于android - 如何将android webview缩放到特定高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10938769/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com