Android::如何缩放网页视图?

发布于 2024-09-30 23:16:20 字数 150 浏览 2 评论 0原文

如何在 Web 视图(或任何视图)中设置缩放比例?例如,我有一盒200个和200个。如果我对其应用一个网页视图,一个比盒子大的网页视图,它会给我滚动条。我正在寻找一种缩放内容的方法,以便 webView 适合盒子。

假设我知道盒子的尺寸,也知道 WebView 的尺寸。

how can I set the scaling in a web view (or any view at all)? I have a box of 200 and 200, for example. If I apply a web view to it, a web view bigger than the box, it will give me scrollbars. I am seeking for a way to scale the content in order for the webView to fit the box.

Assume that I know the dimesions of the box, and ALSO the dimensions of the WebView.

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

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

发布评论

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

评论(1

听你说爱我 2024-10-07 23:16:20

试试这个:

<meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; user-scalable=0; width=device-width;"/>

Try this:

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