hansonw / consilium

0 stars 0 forks source link

Eliminate tap delay on mobile site #54

Open DouglasSherk opened 10 years ago

DouglasSherk commented 10 years ago

Mobile browsers, including PhoneGap, add a slight delay to taps because they have to be able to detect double taps. We aren't going to implement double taps in any way, so we should eliminate this delay to make the app feel more snappy and responsive.

See http://phonegap-tips.com/articles/fast-touch-event-handling-eliminate-click-delay.html

DouglasSherk commented 10 years ago

This is more difficult than just adding the FastClick library.