All Questions
6
questions
0
votes
0
answers
76
views
Javascript touch event on mobile not working
When adding a touchstart and touchend event listener to my window or my document it just doesnt work when touching or swiping the screen on mobile
document.addEventListener('touchstart', (event) =>...
1
vote
0
answers
357
views
angular2-grid + hammerjs: Fire drag events on press
I have an angular 2 web application. I am using angular2-grid for it's drag item features. Sadly, angular2-grid is not touch enabled. Hence, I have integrated HammerJs. I am able to handle angular2-...
0
votes
1
answer
846
views
Enable both horizontal and vertical scroll in Chrome in Android with hammer.js
I am using hammer.js for recognizing touch events. I want to enable both horizontal and vertical scroll in Chrome in Android. I can enable the vertical scroll with the solution suggested here:
https://...
1
vote
1
answer
1k
views
How to get hammer.js to work with svg files without using jquery?
I am trying to implement the hammer.js with svg files and without using any jquery. I'm trying to use the sample code from the hammer.js site {https://github.com/EightMedia/hammer.js/wiki/Getting-...
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 ...
6
votes
1
answer
7k
views
Delegating Hammer.js events with jQuery
I have started using Hammer.js (https://github.com/eightmedia/hammer.js) which is a great little script, but I'm unsure how to delegate the events using jQuery's .on() event handler.
I've set up a ...