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

force default click behaviour on desktop browsers #16

Open
sra448 opened this issue Jun 26, 2012 · 1 comment
Open

force default click behaviour on desktop browsers #16

sra448 opened this issue Jun 26, 2012 · 1 comment

Comments

@sra448
Copy link

sra448 commented Jun 26, 2012

When optimizing webstuff for mobile, we need to get around the 300ms delay by adding fastclick to our buttons. When the same page gets viewed on a desktop browser usually onclick handlers work better, because they are not selecting any text when pressing multiple times (desktop browsers interpret this as doubleclick to select text near the cursor).

@dave1010
Copy link
Owner

This sounds like a good plan. Any ideas what would be the best way to test for a mobile vs desktop browser? It would also be good to see how Chrome for Android and Windows Phones react to this.

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