You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: