Open
Description
Hey guys,
So I've noticed that react-fastclick
double fires despite using an event.stopPropagation()
and event.preventDefault()
on the delegated onChange
method. This issue seems to only be contained to iOS devices running Safari.
According to the console.log(event.type, event.fastclick)
, I have been outputting react-change
and undefined
respectively from the onChange's event.
Safari's timeline suggests that a scroll
event is being emitted after the touchStart
, but nothing in my code pertains to that. If i were to remove fast click, the issue resolves itself.
Currently running react 0.14.7
with the latest version of react-fastclick
.
Metadata
Metadata
Assignees
Labels
No labels