Skip to main content

All Questions

Tagged with
5 votes
0 answers
972 views

Hammer.js swipe support for 1 and/or 2 fingers

I'm using Hammer.js with Angular 5 to support swipping with both mouse and touch. The problem is that the touch action should be done with two fingers instead of one. Is it possible to support both 1 ...
Xander's user avatar
  • 412
0 votes
1 answer
1k views

Body vertical swipe to scroll with hammerjs

I would like to mimic touch device scroll behaviour with hammerjs I can listen to swipe events and stuff and make calculations to animate to position based on velocity but it wont be like it work on ...
Ron's user avatar
  • 4,095
8 votes
1 answer
2k views

Adding paging controls to a full page touch swiper/slider - Hammer.js

CLICK FOR FIDDLE Below is a fully functional full page touch slider I have created using hammer.js You can drag, swipe or pan to navigate between pages. The slider works as expected but I am now ...
DreamTeK's user avatar
  • 33.9k
1 vote
1 answer
512 views

Hammer js not working on windows phone 8

Hammer.js is not working on windows phone 8. I am testing on lumia 520. no tests give in hammer js are not working on this device. They are working fine on IE10 of windows 8 machine. would you please ...
Progeeker's user avatar
  • 124
0 votes
1 answer
3k views

Hammer.js - Swipe in an off canvas element?

I'm using the plugin offCanvasMenu to basically do what the plugin says.. hide and show an off canvas menu which works fine as a click event but I'm trying to integrate hammer.js so the menu will hide/...
Adam's user avatar
  • 832