SyntaxFix
Write A Post
Hire A Developer
Questions
$(window).on("touchstart", function(ev) { var e = ev.originalEvent; console.log(e.touches); });
I know it been asked a long time ago, but I thought a concrete example might help.