This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Description
I'm trying to register a custom event as a taphold event
VueTouch.registerCustomEvent('taphold', { type: 'press', time: 500 })
the problem is that the time option is not being respected, I've tried using this option without this plugin and it works fine. Here's a snippet illustrating what I'm trying to acheive.
https://codepen.io/choskim/pen/RLYebL