Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

Hammerjs not working on Chrome or Safari in IOS (made with Vuejs)

I'm working on an app that has a navdrawer and i added the gesture swipe with hammerjs to close the navdrawer when swiping left, the code looks like this: <template> <nav id="navbar" class=...
Carlos Pisarello's user avatar
0 votes
0 answers
241 views

Ionic pinchin and pinchout gestures don't seem to work with android

this is my pinch zone. <div class="pinch-div" #pinchDiv></div> related properties gesture: Gesture; @ViewChild('pinchDiv') element; initialization this.angle = 15; this.gesture = new ...
Anjil Dhamala's user avatar
0 votes
1 answer
955 views

Angular2, HammerJs, swipeup not working with android

I have a ngFor list of items. Each item has a swipeleft/swiperight directive that displays a delete button. (Think iOS message interactions). When i go to swipeup however, as if to scroll through the ...
s_dev's user avatar
  • 245
1 vote
1 answer
596 views

Implement a vertical scrolling on a canvas

I try to implement a vertical scroller with touch pan event on a large background in a HTML5 canvas. I use hammer JS to recognize pan gesture: http://hammerjs.github.io/ It works fine when I move y ...
user2487815's user avatar
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 ...
appthat's user avatar
  • 826