ngx-infinite-scroll
ngx-infinite-scroll copied to clipboard
Infinite Scroll Directive for Angular
Hi, I am not sure if this is a feature of this tool, but I would like to call when the data does not fill the screen, thus making screen...
## Expected Behaviour **scrolledUp** should be triggered when scroll reaches the top of container. ## Actual Behavior I am using ngx-infinite-scroll for my chat module. I want an event when...
Hi `onScrollUp `event when it trigger if the position of scroll be 0 befror loading data then it jump to position 0 again immediately after data loaded to the container
The handler and the check should really be triggered by a (vertical) resize of the window as it can have the same effect as a scroll. Otherwise the user might...
Hi, I'm using the infinite scroll module to load more data. It's working fine in webbrowsers, but on iOS (using Capacitor) the loaded data dissapears after the scrolledUp() event fires...
Your issue may already be reported! - [x] Please search on the [issue track](../) before creating one. ## Expected Behavior With `immediateCheck` it should trigger directly on load (if there...
Hello. I found some errors in SSR and its root cause is came from `ngx-infinite-scroll` To compatible with many libraries in SSR, we use 'jsdom' to mocking window object in...
Hi! Team The best approach to save app from memory leak is to use recycler list view. We have in angular material. Can we implement this feature in this? I...
In my site, I have two tabs like 'Active Users" and "Left users" (two separate routes). Infinite scroll is working fine when we are on first tab, but when we...
Hello Team, I have requirement of using vertical as well as horizontal infinite scroll for same div. Expectation: **(Scrolled)** event should get triggered for both the directions for same div...