vue3-dragable-grid-layout icon indicating copy to clipboard operation
vue3-dragable-grid-layout copied to clipboard

Page scrolling does not work on mobile from grid items

Open os-tohe opened this issue 2 weeks ago • 0 comments

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:

  1. Open stackblitz link: https://stackblitz.com/edit/sb1-nepzxwfd?file=src%2FApp.vue
  2. Open dev tools on chrome
  3. Select "Toggle device toolbar" (or press ctrl + shft + M)
  4. Try to scroll with "touch" input by dragging across the items

Actual behavior: Nothing happens.

Expected behavior: Page is scrolling when dragging across items.

os-tohe avatar Feb 07 '25 13:02 os-tohe