屏幕宽度 +安卓
如果我使用 DroidX 本机浏览器追踪 screen.width,我首先会按预期收到 320,但在后续重新加载(不改变方向)时,我会收到 800...这是为什么?
If I trace out the screen.width with my DroidX native browser, I first receive 320 as expected, but on subsequent reloads (without changing orientation) I receive 800... why is this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个 Android 错误。有时,当页面首次加载时,window.screen.width 和 window.screen.height 是错误的。您可以尝试设置超时,然后运行您的代码。
另请参阅此处 安卓问题
It is an Android bug. Sometimes when page first loads the window.screen.width and window.screen.height are wrong. You can try to make a timeout and then run your code.
Also see here android issue