rintoj / ngx-virtual-scroller

Virtual Scroll displays a virtual, "infinite" list.

Home Page:https://rintoj.github.io/ngx-virtual-scroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to prevent scrolling?

leganz opened this issue · comments

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...

For everybody who is wondering how

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