Open ojoven opened 7 years ago
Just wanted to let know to anyone using this plugin that there's a known bug on HammerJS (with is used by this plugin) with Chrome 55 for Android (maybe other browsers / versions may be affected, too).
In this thread there's more info on it and there are some workarounds to solve it: https://github.com/hammerjs/hammer.js/issues/1050
In my case, I just used touch-action: none !important on the swipeable element and it worked.
touch-action: none !important
Cheers! Mikel
touch-action: none !important works for me as well - thanks!
Just wanted to let know to anyone using this plugin that there's a known bug on HammerJS (with is used by this plugin) with Chrome 55 for Android (maybe other browsers / versions may be affected, too).
In this thread there's more info on it and there are some workarounds to solve it: https://github.com/hammerjs/hammer.js/issues/1050
In my case, I just used
touch-action: none !important
on the swipeable element and it worked.Cheers! Mikel