Skip to content
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

[Feature Request] Auto disable on updated browsers #35

Open
romulof opened this issue Aug 31, 2016 · 1 comment
Open

[Feature Request] Auto disable on updated browsers #35

romulof opened this issue Aug 31, 2016 · 1 comment

Comments

@romulof
Copy link

romulof commented Aug 31, 2016

Chrome 32+ already disables click delay if <meta name="viewport" content="width=device-width"> has width <= device-width.

Other browsers have support for CSS touch-action, so this simple CSS would be enough:

a[href], button {
    touch-action: manipulation;
}

(please apply auto-prefixer later)

More info here: http://www.telerik.com/blogs/what-exactly-is.....-the-300ms-click-delay

@JakeSidSmith
Copy link
Owner

In #42 which I'll be releasing soon (with a couple of other small changes), you'll be able to choose whether to initialize react-fastclick or not yourself. Would that solve this issue for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants