-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Css :active not fired onTouchStart #53
Comments
Hello, I also encountered the same problem, please ask this question, you have found a solution? |
Hey, sorry, somehow I didn't notice this issue. Will have a look whenever I get a chance. :) |
@JakeSidSmith which iPhone simulator do you use ? Thanks a lot for your corrections, i'll test it next week ;) |
@Aarbel might also be worth trying out the original https://github.com/ftlabs/fastclick as it appears to work nicely with React now. I may end up deprecating this library in favor of ftlabs' fastclick. |
Hi react-fastclick team !
Problem
HTML
CSS
onTouchStart
when react-fastclick is installed.Expected behavior
Css :active pseudo-class is commonly fired on
onTouchStart
.We use this pseudo class to make our interface more appealing on mobile devices (we use Cordova). Each time our user touchStart a button, the style instantly changes to make the interface more "reactive".
How to reproduce
How to reproduce :
How could we fix this issue ?
Thanks !
The text was updated successfully, but these errors were encountered: