orizens / ngx-infinite-scroll

Infinite Scroll Directive for Angular
https://www.npmjs.com/package/ngx-infinite-scroll
MIT License
1.24k stars 223 forks source link

Scroll events not fired with angular 16 #424

Closed belgacemfaycel closed 1 year ago

belgacemfaycel commented 1 year ago

Scroll events not fired with angular 16

I am testing ngrx-infinite-scroll( version 15/16) with angular 16 . but the scroll event does not fire .

Here is my script:

image

The same example works fine with angular 15

DarioVincenzoDeSimone commented 1 year ago

Same problem with Angular 16

belgacemfaycel commented 1 year ago

For me the problem was because of the css property overflow-y: scroll;