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.
有没有办法持续检测浏览器地址栏是否正在显示?
我们有一个 HTML5 应用程序,如果地址栏显示,我们希望显示一个特殊链接,鼓励用户将应用程序添加到他们的主屏幕以获得更好的体验。
您应该查看 window.innerHeight 属性。那是屏幕上内容的高度。当地址栏可见时,该值会减少很多。
您可能需要测试不同设备上的高度降低,以使其更好地工作