kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.5k stars 5.88k forks source link

Slider swipe choppiness on IOS, Chrome #4123

Open Baklytsky opened 3 years ago

Baklytsky commented 3 years ago

We noticed an issue with swipe choppiness on Chrome, IOS. And this issue happens on all our clients' sites and projects that we support. Are there any methods to solve this problem? We'd really appreciate your feedback! https://www.loom.com/share/449112b153f446b389b0e478179768e8

vakyl9r commented 3 years ago

We noticed an issue with swipe choppiness on Chrome, IOS. And this issue happens on all our clients' sites and projects that we support. Are there any methods to solve this problem? We'd really appreciate your feedback! https://www.loom.com/share/449112b153f446b389b0e478179768e8

just set useTransform: false and it will fix the issue. looks like Chrome on iOS has bugs with css transition/transform. and this bug has been present for almost 3 years now. https://bugs.chromium.org/p/chromium/issues/detail?id=899130