1
User
Recs.
Recs.
9
Updates
Last
Updated
Updated
Activity
5 Options
Specs
Specs are quantitative aspects of the option such as the price
Pros
Pro Allows complicated gestures
Hammer.js lets the developer make 2 (or more) gestures depend on each other so the callback will be invoked only if the 2 happen at the same time. It also allows listening to a gesture in a specific direction so you can listen to right/left/up/down/horizontal/vertical/all gestures accurately.
Pro Great gesture info data
Hammer.js gives access to a long list of event data fields such as X/Y velocity, position, direction, offset direction and more. List of all Event object fields
Know any positive aspects of this option?
Cons
Con Some browser bugs and fixes are available but not explained
There are some browser specific bugs (such as this Chrome 55 bug) that has a relatively easy fix using hammer functionality but is not found anywhere in the docs which can cause frustration and time waste.
Know any negative aspects of this option?
Recommendations
Comments
