JSFiddle - React, Tailwind, and code Playground

by HYEONGJINKIM

JavaScript

document.addEventListener('touchend', function(event){ 
	console.log(event.touches.length); 
	alert("true");	
}, false);