Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试height使用 Nexus 平板电脑,$(window).height();但我遇到了麻烦,因为它似乎将 URL 栏的高度添加到结果中,当用户滚动时它会消失。
height
$(window).height();
我的页面有不同的部分,每个部分都应该看起来像一个全屏页面。
在我开始向下滚动之前,第一页看起来不错,因为 URL 栏消失并且可见区域增加了。
我已经尝试(没有成功)使用本文中解释的技术隐藏 URL 栏,但我无法控制它。
有没有办法解决这个问题?
谢谢。
我得出的结论是,最好的选择是避免隐藏 Nexus 的 URL 栏。
这样,即使在滚动时,计算出的大小也将始终填满屏幕。
为了做到这一点,我禁用了htmlandbody元素的滚动,并使用了和自动滚动,它使用 jQuery 从一个滚动到下一个部分。
html
body