This project is not covered by Drupal’s security advisory policy.
Hammer.js is a small, standalone javascript-library that enables multitouch gestures like swipe, pinch, rotate, tap and drag on mobile devices. This is a utility module and you won't need it unless you are a developer or another module asks you to install it.
INSTALLATION
- Download and enable the module
- Download the HammerJS library (http://hammerjs.github.io/ version 2.0.8 is recommended) and put the file under "libraries/hammer.js/" or run drush hammerjsplugin
- So we can find the hammer.min.js in /libraries/hammer.js/
- Find the status in /admin/reports/status
USAGE
Simply add the HammerJS library in your render array:
$build['element'] = array(
'#attached' => array(
'library' => array(
'hammerjs/hammerjs',
),
),
);Project information
Seeking new maintainer
The current maintainers are looking for new people to take ownership.- Project categories: Developer tools
1 site reports using this module
- Created by bfr on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

