Android::如何缩放网页视图?
如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: