|
|
|
|
|
by JoelSutherland
4567 days ago
|
|
For what it's worth, this delay was already removed for sites that had user-scalable=no set. Most mobile "apps" used this. The change here is that if the computed viewport is smaller or equal to the device width, fast clicks will be enabled without having to disable scaling. Double clicking won't work, but pinch-to-zoom will. Overall it's a fairly minor change for those thinking about making HTML5 apps, but it is a big positive change for users visiting existing web sites that have mobile/responsive versions that haven't disallowed scaling. |
|
Is this true for mobile Safari as well?