-
Notifications
You must be signed in to change notification settings - Fork 17
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
Touch scroll-x #8
Comments
can confirm it does not work. EDIT: It is working now, although sometimes I can get this error: [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. |
I just updated the dependencies, but I don't know if this problem has been fixed, let me know~ |
@Binaryify it actually made the problem worse, now as soon as I get the error I mentioned, it breaks the horizontal scroll. The "Intervention" error also happens in perfect scrollbar (although the scroll doesnt break). Also one thing I noticed, if I resize the window the scroll doesnt work, ie if I start from desktop (no scroll) and I resize to mobile, the element ps__thumb-x has width 0 (i fixed this by using the update method on the window resize event) |
could you provide some demo |
I have a similar issue. On Chrome mobile I get the same [Intervention] error as mentioned in this thread. Totally breaks (any) scroll on Chrome mobile. It's basically this issue: I hope it will be resolved soon: https://github.com/mdbootstrap/perfect-scrollbar/issues/975 |
Can confirm this as well. Exact same scenario. (Mobile) |
Touch scroll-x not working!
The text was updated successfully, but these errors were encountered: