Bug 153402 - Zoom doesn't work anymore when width=device-width
Summary: Zoom doesn't work anymore when width=device-width
Status: RESOLVED MOVED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Other
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-01-23 19:52 PST by André Hänsel
Modified: 2022-02-10 19:58 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Hänsel 2016-01-23 19:52:15 PST
When a page has width=device-width set, the double-tap-and-hold zoom gesture doesn't work anymore, even when the tap hit only elements that don't handle click events.

Without width=device-width set: http://output.jsbin.com/femivot/
With width=device-width set: http://output.jsbin.com/lecici/
What happens: Double-tap-and-hold zoom doesn't work on the second link (https://www.youtube.com/watch?v=ashLZBGPRhg)

I believe this might be a side-effect of the solution from https://bugs.webkit.org/show_bug.cgi?id=150604, but shouldn't the zoom functionality not only be removed from clickable elements? So if a tap hits no element that is a link, has an onclick handler bound or a focus-sensitive pseudoclass - basically if a tap has no effect - the zoom should still work after a subsequent tap-and-hold?
Comment 1 Radar WebKit Bug Importer 2016-01-23 23:22:04 PST
<rdar://problem/24316307>
Comment 2 Dieter Komendera 2016-02-08 12:52:25 PST
I just ran into this as well in the wild with Safari iOS 9.3 beta 3: https://www.austrianwings.info/2016/02/daallo-airlines-war-eigentlich-turkish-maschine-das-ziel/

Before finding this bug here, I filed rdar://24553762
Comment 3 Dieter Komendera 2016-03-02 05:19:32 PST
With iOS 9.3 beta 5 zooming with double tap works again on the site I mentioned above. I can't tell for sure though, if this is due to the issue being fixed in WebKit or maybe the site has been changed (though the width=device-width is still set there).
Comment 4 Brent Fulgham 2022-02-10 19:58:54 PST
The fix for this issue was needed outside the WebKit project, therefore this is being resolved as 'Moved'.

This should now be fixed in shipping software.