You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable multitouch gestures on desktop browsers by loading this plugin. Make sure you load it right after the hammer.js include scripttag, and call Hammer.plugins.fakeMultitouch();
Show touches. This is useful for desktop browsers with the fakemultitouch plugin. It makes use of the css property pointer-events, so it wont work on old IE versions.
jQuery plugin, also available as in a dist version. It makes Hammer trigger jQuery events, so you can use all the jQuery magic on the gestures, including event delegation.