All Questions
4
questions
0
votes
1
answer
970
views
Reliable use of hammer.js to get pan events while still naturally scrolling in iOS ...?
Essentially, I want to be able to use hammer.js simply to detect start and end of any pan event (or at the very least all pan-x events), whilst still allowing natural overflow-scrolling on the x-axis. ...
1
vote
1
answer
1k
views
Disabling all hammer.js (angular-hammer) events except single tap
My app uses angular-hammer, and I want to optimize it for only the tap event, to get the best performance because I don't need any other gestures. I understand hammer only adds listeners for the ...
2
votes
1
answer
4k
views
Hammer.js is blocking scroll events on iOS Safari
I've added Hammer.js events to an element on my site. They all fire correctly and everything is good, but an issue caught the eye of my designer. He noticed that when you try and scroll the page with ...
0
votes
1
answer
777
views
jquery.hammer.js crashes on android but works fine on ios
I have built a slide show and right now I am trying to add swipe support that cross platform compatible. currently my jquery hammer js build works great on ios but not in android 4. in android my ...