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.
我的网站上有一个粘性导航栏,当用户向上滚动时,它需要弹回原位。我已经使用该scroll()功能完成了这项工作。
scroll()
但在 iPad 上,它会暂停该功能,直到滚动完成,导致该栏粘在页面的最前面一秒钟,然后又弹回原位。
我能做些什么吗?目前是否有让 iPad 处理滚动事件与其他浏览器相同的方法?
当前版本的 iOS支持CSS中的position:fixed属性。当然,那么您将把 Android 抛在脑后。
position:fixed
考虑使用iScroll - 它旨在考虑各种移动浏览器的怪癖。