rintoj / ngx-virtual-scroller

Virtual Scroll displays a virtual, "infinite" list.
https://rintoj.github.io/ngx-virtual-scroller
MIT License
979 stars 295 forks source link

How to prevent scrolling? #483

Closed leganz closed 3 years ago

leganz commented 3 years ago

Is there a way to prevent scrolling in certain circumstances?

Why? I have a touch control within the list. if I just set overflow-x:hidden it works on android devices but safari will make the items disappear...

leganz commented 3 years ago

For everybody who is wondering how

Add an event listener to the virtual scroll component and event.preventDefault()