iPhone 和 iPad 滚动结束
我正在制作一些带有无限滚动的 jQuery 跨浏览器画廊,我工作得很好,但在 iPhone 上(我想也在 iPad 上)而不是相等的值,我有一些不成比例的值不匹配,
($(window).scrollTop() == ($(document).height() - $(window).height())
我只想到达滚动的末尾,之后我可以调用 AJAX 脚本,还必须记住两根手指擦拭缩放后值会发生变化。
I'm making some jQuery cross-browser gallery with infinite scroll i works great but on iPhone (i suppose also on iPad) instead equal values i have some disproportion values don't match
($(window).scrollTop() == ($(document).height() - $(window).height())
i just want to reach the end of scrolling on that , after that i could invoke AJAX script, also have to keep in mind that values changing after two fingers wipe zoom.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要考虑 iPhone 上的 60 像素 URL 文本字段。试试这个:
You need to account for the 60px URL text field on iPhone. Try this: