Closed leganz closed 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...
For everybody who is wondering how
Add an event listener to the virtual scroll component and event.preventDefault()
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...