gajus / swing

A swipeable cards interface. The swipe-left/swipe-right for yes/no input. As seen in apps like Jelly and Tinder.
Other
2.64k stars 248 forks source link

Informative: dependant HammerJS problems with Chrome 55 for Android #99

Open ojoven opened 7 years ago

ojoven commented 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.

Cheers! Mikel

adelura commented 7 years ago

touch-action: none !important works for me as well - thanks!