Skip to main content

All Questions

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
242 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