-
# mobile touch & js touch events
https://hammerjs.github.io/getting-started/
-
## Version **2.0.36** of **@types/hammerjs** was just published.
Branch
Build failing 🚨
Dependency
@types/hammerjs
…
-
The current jquery.hammer.js dependency hasn't been updated with the new version of Hammer.js and there isn't much activity in the repo's issues.
There is however, a new jquery.hammer.js plugin in th…
-
I find the `vertical` prop somewhat confusing as it does not actually limit Hammer to vertical gestures, but to gestures in all directions.
From the code:
```
// Hammer.js, L53
if (props.vertica…
-
Would you consider an external lib like hammerjs to do the touch events?
-
Hi,
Hammerjs has an option for using two gestures in combination (e.g. swipe and pan) - http://hammerjs.github.io/recognize-with/
Is this implemented and if yes, how can it be enabled?
Right …
-
## Version **2.0.36** of **@types/hammerjs** was just published.
Branch
Build failing 🚨
Dependency
@types/hammerjs
…
-
## Version **2.0.36** of **@types/hammerjs** was just published.
Branch
Build failing 🚨
Dependency
@types/hammerjs
…
-
Could you add something like this chart? Thanks!
http://hammerjs.github.io/browser-support/
-
I cannot scroll data with ion-list, even I used following code, hammerjs still influence child elements.
```
ion-bottom-drawer{
.scroll-content{
touch-action: auto !important;
}
}
…