JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
863 stars 90 forks source link

"-active" not set if tapping fast on android #73

Closed Cottin closed 7 years ago

Cottin commented 8 years ago

I'm using the example at http://jedwatson.github.io/react-tappable/

and when toggling scrolling to ON and clicking the area saying "Touch me" the events getting logged are touchStart, touchEnd, and tap but the active state never seems to be se and the area never turns blue.

If holding the finger there a bit longer, the active state is set after what feels like 300-ish millisecons.

I'm using a HTC one A9 with Andoid 6.0.0 and Chrome 48.0...

Anyone else noticing this?