Comment on Ask HN: Mobile dev - Bypass apps and go straight to HTML5?parentComments−pornel15yDelay can be avoided by using touch events instead of emulated mouse events.−wahnfrieden15yAh nice: onTouchStart, onTouchEnd.
Comments
Delay can be avoided by using touch events instead of emulated mouse events.
Ah nice: onTouchStart, onTouchEnd.