Ngx-infinite-scroll: Use with ngx-perfect-scrollbar

Created on 27 Sep 2018  路  3Comments  路  Source: orizens/ngx-infinite-scroll

Is it possible to use ngx-perfect-scrollbar with ngx-infinite-scroll?

Most helpful comment

@Cuberice @nomanbiniqbal @orizens

it's possible:

  1. apply ngx-perfect-scrollbar as a directive (see in docs how) on the same element as the infinite-scroll directive.
  2. apply [scrollWindow]="false" option from ngx-infinite-scroll on the same element

Demo: https://stackblitz.com/edit/ngx-infinite-scroll-plus-ngx-perfect-scrollbar

All 3 comments

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:

  1. apply ngx-perfect-scrollbar as a directive (see in docs how) on the same element as the infinite-scroll directive.
  2. apply [scrollWindow]="false" option from ngx-infinite-scroll on the same element

Demo: https://stackblitz.com/edit/ngx-infinite-scroll-plus-ngx-perfect-scrollbar

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Tsoko picture Tsoko  路  7Comments

iozozturk picture iozozturk  路  5Comments

kukiel picture kukiel  路  5Comments

atineo picture atineo  路  5Comments

live9080 picture live9080  路  5Comments