simulate-touch
Fire touch events when corresponding mouse events fire.
- mousedown -> touchstart
- mousemove -> touchmove
- mouseup -> touchend
Install
$ npm install simulate-touch
Usage
var simulateTouch = documentbody documentbody// touch started
See test.js
for more info.