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

Disable if classname / data value is set? #33

Open liamcharmer opened 5 years ago

liamcharmer commented 5 years ago

How do we disable the functionality of swipe if a class / data value is specified to true? Issue i'm having is that on one certain view for the website it encourages you to swipe up and down to switch between views, however theres a certain mode on the page that makes it so the functionality isn't needed to swipe up and down. However because the feature is still active it stops the normal swipe up and down scroll.