JSFiddle - React, Tailwind, and code Playground
by antyrat
HTML
<div id="blah">Touchend</div>
JavaScript
document.getElementById('blah').addEventListener('touchend', function(){alert('Bingo')}, false);
by antyrat
<div id="blah">Touchend</div>
document.getElementById('blah').addEventListener('touchend', function(){alert('Bingo')}, false);