All Questions
5
questions
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 ...
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 ...
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 ...
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 ...
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/...