vue-custom-scrollbar icon indicating copy to clipboard operation
vue-custom-scrollbar copied to clipboard

Touch scroll-x

Open CraZZzzYFOX opened this issue 5 years ago • 6 comments

Touch scroll-x not working!

CraZZzzYFOX avatar Jan 09 '20 11:01 CraZZzzYFOX

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.

UnderTheMoonspell avatar Apr 29 '20 14:04 UnderTheMoonspell

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

Binaryify avatar May 01 '20 05:05 Binaryify

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

UnderTheMoonspell avatar May 01 '20 09:05 UnderTheMoonspell

could you provide some demo

Binaryify avatar May 01 '20 13:05 Binaryify

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

matiyin avatar Nov 05 '20 18:11 matiyin

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)

rshelnutt avatar Dec 31 '20 04:12 rshelnutt