Javascript – Differentiate touchstart + touchend vs. click
With vanilla JS, and no touch framework, what condition makes a touchstart + touchend become a click event? Is there an official specification like, for example: touchstart followed by touchend, with delta_time < 100 ms => triggers a "click" event…