Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
67 views

I have a page with a couple of SVG elements employing svg-pan-zoom, as well as text and images in the same page. I have successfully used hammer.js to implement a pinch-zoom on the SVG elements. On a ...
ACProctor's user avatar
  • 364
0 votes
0 answers
140 views

I'm trying to create the ability, on a touchscreen monitor, to be able to zoom in to a part of an image and be able to drag it around and zoom out from the point the drag ended. I'm using the GSAP ...
WesCritch's user avatar
4 votes
2 answers
2k views

I tried to implement the vertical swipe with Hammer.js and Angular 17 but it's not working. I'm trying to do a tinder-like app, so I want to be able to swipe right, swipe left and swipe up. I found ...
Baptiste MARTY's user avatar
1 vote
1 answer
843 views

I am encountering an issue with the drag functionality on mobile devices in a Chart.js chart that utilizes the chartjs-plugin-zoom and hammer.js. The chart works as expected on desktop browsers, but ...
Santiago Santos isma's user avatar
2 votes
0 answers
142 views

I created a jquery function to be able to scroll a list of items back and forth, and it works perfectly with the mouse wheel. Now I plan to use hammer.js to apply the same logic with touch, but I am ...
Francesco Pauselli's user avatar
1 vote
0 answers
303 views

I have been trying to achieve this effect for days and I just don't understand what I might be doing wrong or what is coming into play when I do this type of animation. All I want is to detect a click ...
Pnemonic's user avatar
0 votes
0 answers
2k views

When i upgrade my app to Angular 16, hammerjs config not working with the config below main.ts @Injectable() export class MyHammerConfig extends HammerGestureConfig { overrides = <any>{ ...
wissem chiha's user avatar
0 votes
1 answer
185 views

I have an angular application where inside package.json file I see hammerjs version as 2.0.8. Inside package-lock.json file also I see the same version info as 2.0.8 only. When I execute the command '...
Raj's user avatar
  • 85
0 votes
0 answers
93 views

I'm trying to develop a swipe component using React w/ Redux and hammerjs. The problem is that each time I move my component the position.x and position.y start from [0,0] and not from the current ...
user3466681's user avatar
1 vote
0 answers
93 views

I have two div of same dimension which overlap each other using z-index. Ist div contain image and 2nd div contain a canvas I am trying to draw image on canvas same place as Ist div. I am using ...
user3146565's user avatar
0 votes
1 answer
1k views

I'm building something similar to the instagram story function with HTML, TailwindCSS and JavaScript. I have 6 different slides where I'm navigating with touch taps with hammerJS. At the top I have 6 ...
xmaxiy's user avatar
  • 81
1 vote
0 answers
166 views

I use hammer.js to create a T*nder-Style swiping. After swipe right for love or left for nope, I want to start some scripts. In my approach It actually fires multiple times after swipe to right or ...
mm1975's user avatar
  • 1,655
0 votes
1 answer
658 views

I'm using Hammerjs 2.0.8 with Nuxt, and I can't seem to make it detect swipe motion. Here's how I've done the setup. If I change the recognizer to [Hammer.Pan, { direction: Hammer.DIRECTION_HORIZONTAL ...
Afiq Rosli's user avatar
1 vote
1 answer
788 views

Can i use hammer.js in react? this is javascript library. I searched react-hammerjs but it was deprecated. And i searched react-native-web and react-native-gesture-handler. react-native-web is use ...
Accel.'s user avatar
  • 11
2 votes
1 answer
954 views

I have Angular 12 application. There is carousel with images, which are links. I integrated Hammer JS as expected: import * as Hammer from 'hammerjs'; export class HammerConfig extends ...
Virto111's user avatar
  • 587

15 30 50 per page
1
2 3 4 5
50