“With a lot of focus and enthusiasm you can often get done triple the work in the same period of time.”

Fast JavaScript Click Event for Touch Devices

"Fast" click demo

When working on a web app for touch devices (iPhone / iPad), you will soon notice that click events are rather slow to fire. There is a delay due to the fact that the device waits for the user to complete a gesture before deciding that the intended gesture was in fact a click. I wrote a simple script that detects…