vue2-interact
vue2-interact copied to clipboard
Scrolling the draggable component without swiping up or down
I have a component in following structure:
<Vue2InteractDraggable>
<div></div>
<div></div>
<div></div>
</Vue2InteractDraggable>
In mobile browsers, I need to scroll vertically as the component can take space than longer the mobile screen. I have locked interact y axis to stop from dragging. Is there a way to enable scrolling instead of dragging?