1.0.2 • Published 4 years ago

convert-mouse-to-touch v1.0.2

Weekly downloads
6
License
MIT
Repository
-
Last release
4 years ago

ConvertMouseToTouch

Usage

npm install convert-mouse-to-touch

UMD Support

const ConvertMouseToTouch = require('convert-mouse-to-touch');
ConvertMouseToTouch.init();

or

<script src="dist/index.js"></script>
<script>
  ConvertMouseToTouch.init();
</script>

Description

Listen mousedown,mousemouse,mousedown event from window and covert those event to touch event and dispatch to the event.target.

Feature

  • support chrome emulated devices (Won't trigger touchevent twice)
  • TouchEvent,Touch polyfill