infinite-scroll icon indicating copy to clipboard operation
infinite-scroll copied to clipboard

📜 Automatically add next page

Results 67 infinite-scroll issues
Sort by recently updated
recently updated
newest added

Getting the following error: This seems to happen towards the end of the items. I am loading in 12 items at a time. When I get to 144/180, it fails...

When using the back button, Infinite|Scroll goes to a single page. i.e. showing only partial results from what the use left the page at. Is there any way to maintaine...

When using the "button" loading method, my content was being loaded above the button, requiring the user to scroll up to view new content rather than down. It seems this...

Hi. I try to implement Infinite Scroll - Loading JSON + Masonry. I want run it in document.ready, but also when a dropdown change. So, based to [this example](https://codepen.io/desandro/pen/QgMWzV/) I...

I was using Infinite Scroll. My case is to destroy the scroll but it doesn't destroy scroll load event and then initial new scroll when choosing the option for getting...

Hey, I have a very strange issue with Infinite Scroll. Well, I THINK it is Infinite Scroll. I honestly can't see what else is causing it. Go here: https://dev.neiltonge.co.uk/parks/coasters?sort=order If...

bug

I'm attempting to convert a working JavaScript project using Masonry, ImagesLoaded, and InfiniteScroll over to TypeScript. The types for Masonry and ImagesLoaded were available using e.g. "npm install --save @types/imagesloaded"....

# issue If you have a path such as `example.com/?name=test&page=1&post_id=1`, the previous pathRegexes will not work properly. This fix will also solve these problems. #915 #936

Currently, it seems as if status only works on one element for hiding and showing. I'd like to be able to move things around a bit without having everything live...

I thought at first the setting _scrollThreshold_ might help but it doesn't seem to make much difference for me. I thought also [this suggestion](https://github.com/metafizzy/infinite-scroll/issues/629) may be useful but it doesn'ts...