Skip to content
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

Open
CraZZzzYFOX opened this issue Jan 9, 2020 · 6 comments
Open

Touch scroll-x #8

CraZZzzYFOX opened this issue Jan 9, 2020 · 6 comments

Comments

@CraZZzzYFOX
Copy link

Touch scroll-x not working!

@UnderTheMoonspell
Copy link

UnderTheMoonspell commented Apr 29, 2020

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.

@Binaryify
Copy link
Owner

Binaryify commented May 1, 2020

I just updated the dependencies, but I don't know if this problem has been fixed, let me know~
@CraZZzzYFOX @UnderTheMoonspell

@UnderTheMoonspell
Copy link

UnderTheMoonspell commented May 1, 2020

@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)

@Binaryify
Copy link
Owner

could you provide some demo

@matiyin
Copy link

matiyin commented Nov 5, 2020

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:
https://stackoverflow.com/questions/54534934/how-to-fix-intervention-ignored-attempt-to-cancel-a-touchmove-event-with-cance
This does not happen on Safari, only Chrome (latest).
Using "vue-custom-scrollbar": "^1.4.0"

I hope it will be resolved soon: https://github.com/mdbootstrap/perfect-scrollbar/issues/975

@rshelnutt
Copy link

rshelnutt commented Dec 31, 2020

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:
https://stackoverflow.com/questions/54534934/how-to-fix-intervention-ignored-attempt-to-cancel-a-touchmove-event-with-cance
This does not happen on Safari, only Chrome (latest).
Using "vue-custom-scrollbar": "^1.4.0"

I hope it will be resolved soon: mdbootstrap/perfect-scrollbar#975

Can confirm this as well. Exact same scenario. (Mobile)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants