Hammer.js is a JavaScript library for adding touch gestures support to any website so that users can interact with them easier on touch devices.

Hammer.js

It requires jQuery, only 2kb sized and supports tap, double tap, hold, drag and transform. The library is implemented pretty easily:

  • just bind Hammer.js to a container HTML element
  • every touch event performed on that element returns a callback with an array of details including:
    • event
    • position
    • touches
    • scale
    • rotation

For drag gestures, it can also return extra info like the angle, direction and distance.

Hammer.js works `almost` on all modern browsers and, to sum up, “you can touch this”.

Requirements: jQuery

Website: http://eightmedia.github.com/hammer.js/

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

three × 2 =

ERROR: Sorry, human verification failed.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

QUOjs – Micro JavaScript Library

QuoJS is a micro, modular, Object-Oriented and concise JavaScript Library that simplifies HTML document traversing, event handling, and Ajax interactions for rapid mobile web development. It allows you to write powerful, flexible and cross-browser code with its elegant, well documented, and micro coherent API.

Spectrum – Perfect jQuery Color Picker Plugin

Spectrum is a jQuery colorpicker plugin that probably comes with all the features you are looking for. It is image-free (only CSS and JS) and can be used for all browsers or only as a polyfill for the input[type=color] of HTML5.