Tappety-Tap Tap

Handling tap events on iOS is a matter of handling “touchbegin” and “touchend” (or “touchcancel”) events, with a bit of state tracking in between. Now that we’ve updated our code to trigger those events correctly, testing and implementing the code to handle taps is a breeze.

comments powered by Disqus