0

我正在使用这个 jquery 粘性导航

http://webdesign.tutsplus.com/tutorials/javascript-tutorials/create-a-sticky-navigation-header-using-jquery-waypoints/

但它不适用于移动设备,主要是 ipad。第一次之后,导航不会回到导航位置,粘性类也不会消失。谁能帮我?

4

1 回答 1

0

如果您实际上在 ipad 中查看他们的示例页面,它会显示相同的内容。http://imakewebthings.com/jquery-waypoints/shortcuts/sticky-elements/

这是由于(较旧的)ipad 不支持位置:正确固定。这是我用来在旧 ipad 等上实现的方法:http: //kangax.github.com/cft/#IS_POSITION_FIXED_SUPPORTED

更新:开发人员实际上在 github 上对此进行了解释 - https://github.com/imakewebthings/jquery-waypoints/issues/51

于 2013-01-11T15:30:55.047 回答