vue2-interact icon indicating copy to clipboard operation
vue2-interact copied to clipboard

Scrolling the draggable component without swiping up or down

Open sunil-uam opened this issue 5 years ago • 0 comments

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?

sunil-uam avatar Jan 07 '20 06:01 sunil-uam