hammerjs-compatible
v1.1.0
Published
The hammerjs-compatible is utility for use hammerjs on Internet Explorer 8.
Downloads
11
Readme
hammerjs-compatible
The Hammer.js support above IE(Internet Explorer)9 so It does not use on IE8. This utility is compatible library for hammer.js on IE8(standard mode).
How to use it?
JUST ADD FILE ABOVE HAMMER.JS.
<!--[if IE 8]>
<script type="text/javascript" src="../dist/hammerjs.compatible.js"></script> <- like this.
<![endif]-->
<script src="../bower_components/hammer.js/hammer.js"></script>
Download
You can download following link.
https://github.com/naver/hammerjs-compatible/tree/master/dist
bower install hammerjs-compatible
Build
npm install
grunt