admin管理员组文章数量:1356340
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?
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?
Share Improve this question asked Feb 16, 2011 at 19:22 workedworked 5,8805 gold badges56 silver badges79 bronze badges 2- What do you mean by "trace out"? – Cheryl Simon Commented Feb 16, 2011 at 21:36
- 1 Can no one confirm this? Is it a bug? – worked Commented Feb 25, 2011 at 12:39
1 Answer
Reset to default 7It 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.
setTimeout(YourFunction, 200);
Also see here android issue
本文标签: javascriptscreenwidthandroidStack Overflow
版权声明:本文标题:javascript - screen.width + android - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744060996a2584119.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论