Is it possible to use ngx-perfect-scrollbar with ngx-infinite-scroll?
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
Most helpful comment
@Cuberice @nomanbiniqbal @orizens
it's possible:
ngx-perfect-scrollbaras a directive (see in docs how) on the same element as theinfinite-scrolldirective.[scrollWindow]="false"option fromngx-infinite-scrollon the same elementDemo: https://stackblitz.com/edit/ngx-infinite-scroll-plus-ngx-perfect-scrollbar