Need JavaScript help! Force tap and hold on click boxes - eLearning
Briefly

The provided JavaScript code demonstrates how to require a tap and hold (of at least 800 milliseconds) on select click boxes in a Captivate project.
For touch devices, the code utilizes touchstart and touchend events, while for non-touch devices, it uses mousedown and mouseup events to detect the tap and hold actions before proceeding to the next slide.
Read at eLearning
[
|
]