Oren Farhi

Results 97 comments of Oren Farhi

@madmacc can you reproduce the issue with a sandbox?

@lukaonik that would be a breaking change for millions of projects that are using ngxis. i can think of exporting a second component which would set that value to false...

@lukaonik try out [email protected] with the above component: ```html ``` also - please set the infinite-scroll element class with a height: ```css .ngxisc { height: 300px; overflow: auto; } ```

@aharadkou can you provide an example of a common config?

@aharadkou it can help if you can link another library/component that implements

hi. if you're asking about restoring the last triggered scrolled position - that's not straight forward and requires some work. internally, nis tracks the last scroll position - https://github.com/orizens/ngx-infinite-scroll/blob/master/src/services/scroll-register.ts#L23 by...

@emeyekayee - you were the one to add this feature (if i'm not mistaken). do you have an example to share?

a short answer - yes. the long one: ngx-is takes the container height as a way to determine whether a scroll event has been emitted (optimized) - will need to...

@Lempkin - unfortunately, no