Archive: May 2015 a2wd
That 300ms lag on mobile
Fastclick.js An easy-win to improve UX responsiveness in mobile browsers Fastclick.js | https://github.com/ftlabs/fastclick In mobile browsers, there is a perceptible 300ms delay between tapping and the click event firing. This is to allow for double-tapping and lends non-native apps a sluggish feel. The financial times developed a solution to this problem, fastclick.js. This javascript places […]