JakeSidSmith / react-fastclick

Fast Touch Events for React
https://www.npmjs.com/package/react-fastclick
MIT License
487 stars 41 forks source link

Fix ios buttons #20

Closed JakeSidSmith closed 8 years ago

JakeSidSmith commented 8 years ago

Added a fallback for touch event radii (as iOS doesn't appear to support this).

Fixes #19

Unfortunately click events just outside of a button still have the delay, but this is due to some weird implementation of mouse events in iOS - touch events close to an element do not get triggered, but events such as click do.

RealOrangeOne commented 8 years ago

:spaghetti:

JakeSidSmith commented 8 years ago

Note: this version was published to npm as version 2.0.2 due to a problem when publishing.

Have deprecated version 2.0.0 and suggest that users switch to 2.0.2.