Android:限制 Webview 中的缩小

发布于 2024-10-30 04:54:00 字数 177 浏览 1 评论 0 原文

我必须在我的应用程序中显示区域地图。该地图以大型 jpg 文件形式提供(>1000 像素 * 1000 像素)。我将其显示在网络视图中,并且还使用内置的缩放控件和缩放选择器,效果非常好。现在我想限制缩放,使图像不能小于列表视图的高度。因为当我缩小时,图像变小,网络视图下方会显示白色区域,这是我想要避免的。

问候,霍夫

I have to display an area map in my application. This map is provided as a large jpg file (>1000px * 1000 px). I display it in a webview and I also use the build in zoom controls and the zoompicker, which works pretty well. Now I want to limit the zoom, so that the image can't be smaller than the listview height. Because when I zoom out, and the image gets smaller, a white area is display underneath the webview and this is whatI want to avoid.

Regards, Hof

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

紫南 2024-11-06 04:54:00

将此元标记插入 head 元素中:

<meta name='viewport' content='target-densitydpi=device-dpi,initial-scale=1,minimum-scale=1,user-scalable=yes'/>

Insert this meta tag in the head element:

<meta name='viewport' content='target-densitydpi=device-dpi,initial-scale=1,minimum-scale=1,user-scalable=yes'/>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文