获取Android内置网络浏览器在所有缩放级别的窗口内部宽度和高度
我正在尝试使用 javascript 获取网络浏览器中构建的窗口宽度和高度,但找不到正确的方法,目前 DOM 似乎不知道缩放级别的变化。
谢谢
I am trying by using javascript to get the window width and height of the build in webbrowser but can't find the right method, currently it seems the DOM doesn't know about the zoom level changes.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试这样做:
metrics.width是屏幕的宽度
metrics.height 是屏幕的高度
you can try to do this :
metrics.width is the screen's wide
metrics.height is the screen's height