Tocca.js icon indicating copy to clipboard operation
Tocca.js copied to clipboard

How to implement dbltap support without also getting the first tap event?

Open haydentech opened this issue 1 year ago • 0 comments

I have Tocca working in my app to handle tap events to stop/start a video. It works great and was very easy to implement... thanks!

I am attempting to add double-tap support to fast-forward the video.

The issue is that I am getting both a tap and a double-tap event when double-tapping. Is there any method of getting only the double-tap in that scenario? The extraneous tap event is being handled and causes the video to stop, which is not desired.

haydentech avatar Jan 18 '23 16:01 haydentech