jquery-fast-click icon indicating copy to clipboard operation
jquery-fast-click copied to clipboard

force default click behaviour on desktop browsers

Open sra448 opened this issue 13 years ago • 1 comments
trafficstars

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

sra448 avatar Jun 26 '12 13:06 sra448

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.

dave1010 avatar Jun 29 '12 19:06 dave1010