gpt4 book ai didi

javascript - 如何读取nexus 7中的宽度和高度?

转载 作者:行者123 更新时间:2023-11-28 10:47:52 25 4
gpt4 key购买 nike

我正在尝试使用 fallowing js 代码读取 nexus 7 2013 设备的宽度和高度:

 while (!(width && height)){
// alert("if this msg shows more then once - the height or width has been falsly read as 0");
width = e.clientWidth || g.clientWidth || w.innerWidth;
height = e.clientHeight || g.clientHeight || w.innerHeight;
}

它在所有设备上都能正常工作,但 nexus 7 2013 除外。仅在此设备上,它有时将宽度读取为 1920,有时读取为 960。

谁能帮我理解为什么会这样以及如何解决这个问题?谢谢你!

最佳答案

试试这个...

 <script>
var y=screen.availHeight;
var x=screen.availWidth;
alert("Your resolution is "+x+" X "+y);
</script>

您遇到的问题有时会在窗口聚焦时发生 - 我认为

关于javascript - 如何读取nexus 7中的宽度和高度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22892992/

25 4 0
文章推荐: css - animation-x 无效的属性值
文章推荐: html - 让