react-fastclick icon indicating copy to clipboard operation
react-fastclick copied to clipboard

Fast Touch Events for React

Results 14 react-fastclick issues
Sort by recently updated
recently updated
newest added

here my code==> By proceeding you agree to Terms of Use and Privacy Policy.

have u tried yourself?

Need the possibility of disabling fastclick on a specific element. My particular case was an input type file that is hidden, but the label is used as a button to...

Deprecate this library as it's near impossible to keep up with all the changes to various mobile devices, browsers, and React itself. This problem is solved in modern devices by...

![41716444-067734e2-7589-11e8-860b-9678670e0484](https://user-images.githubusercontent.com/12727667/42194256-a1293a6a-7ea5-11e8-9aca-28cfcec3a84f.gif) When I use version 3.0.1, it will bleed to another element. After I upgrade to version 3.0.2, it still scroll to wrong position. I click on an element, it...

react router 2.3 ios 9.1 longpress on link like this will reload page ``

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...

Hi react-fastclick team ! ## Problem **HTML** ``` Hello ``` **CSS** ``` button:active { background-color : red; } ``` - Button:active pseudo-class isn't fired instantly on `onTouchStart` when react-fastclick is...

- [ ] Page reloads when using with React router (fixes #34) - [ ] Double firing onChange (fixes #36) - [ ] Css :active not fired onTouchStart (fixes #53)

work in progress

Add no-fastclick css class to an element, and the fastclick input event handlers will be no longer applied fixes #54.