I\'m making a web app and I want to click on an element and handle the click in one long click event handler. I\'m testing in Safari. The following works fine in Safari on m
Try changing the event listener "click" to "click touchstart"