bsdfzzzy / vue2-hammer

Hammer.js wrapper for Vue 2.x to support some touching operation in the mobile.
MIT License
253 stars 48 forks source link

swipeleft and swiperight are invalid #1

Closed nddr closed 6 years ago

nddr commented 6 years ago

[vue-hammer] invalid event type: swipeleft

Drew-Garratt commented 6 years ago

Same here I'm afraid. Got around the issue by detecting direction.

bsdfzzzy commented 6 years ago

@NathanielDavid @DrewLinzmaierGarratt Sorry for late.I have fixed that. And I update the readme. You can find the gestures and directions supported now and you can use something like v-hammer:swipe.left.

bsdfzzzy commented 6 years ago

If this helps, I will close this issue.