I make several jQuery cross-browser galleries with infinite scrolling, it works fine, but on the iPhone (suppose also on the iPad), instead of equal values, I have some imbalance values that do not correspond
($(window).scrollTop() == ($(document).height() - $(window).height())
I just want to reach the end of the scroll on this, after which I can call the AJAX script, I also need to keep in mind that the values change after two fingers, wipe the scale.
source
share