-
Notifications
You must be signed in to change notification settings - Fork 3.2k
WebKit Fast-tap #444
Comments
Also, could support for this fast-tapping be detected, and could fastclick.js disable itself in that case? |
With this being shipped earlier than expected (https://developer.apple.com/library/prerelease/mac/releasenotes/General/WhatsNewInSafari/Articles/Safari_9_1.html#//apple_ref/doc/uid/TP40014305-CH10-SW1) it'd be good to get this patch in, or at the very least update the docs so say Fastclick isnt needed on modern browsers! (Love the work done and its invaluable but yay) |
@NickColley But we don't yet know whether iOS 9.3 has Safari 9.1, do we? |
According to Dean it's in the latest beta, so looks promising, https://twitter.com/grorgwork/status/686711911589609472 |
It looks like as long as you have the property set to |
Running iOS 9.3.5 and not able to see the effects of User agent string says that I'm running Safari 9.0 -- are all iOS 9.x devices not able to use |
Works in 9.3 according to http://caniuse.com/#feat=css-touch-action |
Thanks for the quick response @cvrebert. I'm trying to apply Do I need to apply it to a container as well? Are there any other gotchas here? It's deeply nested within divs, and meta-tag also has the recommended device-width settings so I'm not sure what the issue is. |
According to WebKit, they now respect non-scaleable pages, and don't set the 350ms delay. Will this affect pages running with FastClick(for example, result in double-clicks)?
https://webkit.org/blog/5610/more-responsive-tapping-on-ios/
The text was updated successfully, but these errors were encountered: