Closed Cuberice closed 5 years ago
Ngx infinite scroll listens to dom scroll event. If the plugin you mention use a custom scroll event, then it wouldn't work.
+1
@Cuberice @nomanbiniqbal @orizens
it's possible:
ngx-perfect-scrollbar
as a directive (see in docs how) on the same element as the infinite-scroll
directive.[scrollWindow]="false"
option from ngx-infinite-scroll
on the same elementDemo: https://stackblitz.com/edit/ngx-infinite-scroll-plus-ngx-perfect-scrollbar
Is it possible to use ngx-perfect-scrollbar with ngx-infinite-scroll?