Open
Description
While testing my webapp on ios devices, i noticed that while trying to move a widget, the grid view doesn't scroll up or down correctly.
Your environment
- version of gridstack.js - 10.0.1
- which browser/OS - Every browser on IOS
Steps to reproduce
Open this demo page: https://gridstackjs.com/demo/react-hooks.html on every browser on an ios device. However it appears to have this bug on every demo page.
Stack 4-5 tall widgets until the grid container is taller then the visible view and try to move the first one to the end. It should scroll down but insted it doesn't. It appears to be glitching in a weird way.
Expected behavior
The page should scroll correctly. On android & desktop it works fine.