Infinite Scroll for mobile

0

I did an infinite scroll and it worked perfectly, but when I went to test it on a cell phone it just did not work, the method I used was this:

win.scroll(function() 
    {
        if($(document).height() - win.height() == win.scrollTop()) 
        {
        }
});
    
asked by anonymous 22.04.2017 / 21:16

0 answers