vue3-dragable-grid-layout
vue3-dragable-grid-layout copied to clipboard
Page scrolling does not work on mobile from grid items
Page scrolling does not work on mobile when isDraggable is set to false on grid layout. I would expect it to work when dragging is not enabled and touch input drags across the item.
Steps to reproduce:
- Open stackblitz link: https://stackblitz.com/edit/sb1-nepzxwfd?file=src%2FApp.vue
- Open dev tools on chrome
- Select "Toggle device toolbar" (or press ctrl + shft + M)
- Try to scroll with "touch" input by dragging across the items
Actual behavior: Nothing happens.
Expected behavior: Page is scrolling when dragging across items.