-
Notifications
You must be signed in to change notification settings - Fork 422
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 scrolling stops when horizontal scoll bar goes to start #1055
Comments
What he means: |
I don't have any such hardware to test but what I wonder is if this CSS change has any impact on regular browsers, the use of |
That .slick-viewport So it is not a fix, it makes the screen unusable because you can't see the columns on the right. But with that "fix" the inertia scrolling works. It was just a hint to help fix the real problem. I tested this with an old Android phone, it works correctly with vertical inertia scrolling. |
Well ok but I still don't quite get the problem and also don't have the hardware to test this either and so any fix would really have to come by someone like you via a PR Contribution. |
Can you give me info what files may need fixing? Is it only css or is some JavaScript running when inertia scrolling is running? |
well like I said earlier, I don't really understand the problem so No I cannot provide any info but maybe some guidance of maybe where to look. The only thing I can say is that all the files are in the
I have no idea what you mean, but all I can say is that CSS styling are applied by CSS files and by JavaScript code from the project. There's an Lines 5125 to 5130 in b3c2943
all the JS code that is being executed when scrolling is in the Line 5018 in b3c2943
|
Describe the bug
Go to https://6pac.github.io/SlickGrid/examples/example-trading-esm.html with iPad or iPhone.
When you swipe down directly or right-down scroll works perfectly. But when you swipe left-down so that the horizontal scrollbar hits the left start, then the scroll stops. It's very hard to scroll up or down when you want to see the first column. This problem does not happen when the horizontal scrollbar is to the right.
I guess that this is due to a feature when you drag the area to the right it shows white space before the first column. Maybe it has some function, but it is not correct because headers do not move at the same time. Remove that feature and the scroll stopping will be fixed.
I found an old issue mleibman/SlickGrid#573. This fix works because it removes the horizontal scrollbar.
Reproduction
Go to https://6pac.github.io/SlickGrid/examples/example-trading-esm.html with iPad or iPhone.
Which Framework are you using?
Vanilla / Plain JS
Environment Info
Validations
The text was updated successfully, but these errors were encountered: