Live data from Hacker News

FastClick

github.com

31–32 of 32 posts

Re: FastClick

#31
post #30
post #21

The impact this makes on perceived speed is impressive. However, a word of caution. We tried this for a while and found it interfered with scrolling behaviour on link-heavy pages, not to mention making event capture for swipeable elements difficult. The technique is a useful one to be aware of, but I'd be wary of using a library for this - it didn't work out for us, and I'll hazard it is unlikely to work as well it i…

It also conflicts with tap/click markers, when initiating animations on click event.

Will you file an issue with a reduced test case please?

Re: FastClick

#32
post #31
post #30

Earlier quoted context omitted.

It also conflicts with tap/click markers, when initiating animations on click event.

Will you file an issue with a reduced test case please?

It's specific to the iPad. The marker indicating a tap, will show on specific UI elements, since everything is shifting due to the animation. The case is from Google's implementation, not this one.

Not really something we can do anything about - it's an edge case.

Post reply on HN