-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS auto scrolling doesn't work #2666
Comments
@adumesny I've got the same problem here with IOS, is there any suggestion to fix this? |
I don't have the time, nor do I have IOS to debug this on so unlikely it will be looked at, even if someone donates to have it fixed |
What device & browser are you using? I tested on a Macbook using the Firefox iPhone simulator as well as my Android phone to see if there was some general mobile bug, but everything is working fine. |
i used an iphone 14 pro (native device only) and chrome as browser, but it looks like the same behaviour is happening on safari aswell, and it's still happenin. I managed to find a "solution" with patch-package by implementing a library that manages the scroll, but it still sucks as a workaround and it would be good to have this fixed since it's a pretty major bug and it won't let me use this library for my ios customers. |
and i would highly consider donating to have this fixed |
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
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.
WhatsApp.Video.2024-04-22.at.14.29.54.mp4
The text was updated successfully, but these errors were encountered: