[Webkit-unassigned] [Bug 205158] Double tap to zoom doesn't work after upgrading to iOS 13
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 17 01:48:26 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205158
Rui Chen <ruich at microsoft.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |---
--- Comment #3 from Rui Chen <ruich at microsoft.com> ---
Sorry for the unclear description.
Double-tap-to-zoom on http://www.kappabashi.or.jp/en/ does work well on Safari.
UPDATED REPRO STEPS:
1. Load above static web page I wrote in Safari
2. Double tap the text to zoom-in
3. double-tap-zoom-out doesn't work now. But if remove the `click` event listener, it will work well.
I think there are some conflicts between `click` event listener and double-tap-to-zoom. --
HOW WE FOUND THIS:
In our app, we inject following codes into WKWebView to listen the click events.
After that, double-tap-to-zoom is broken on most of web pages.
http://www.kappabashi.or.jp/en/ is a sample which can't zoom in the text after the inject.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191217/963f08ce/attachment-0001.htm>
More information about the webkit-unassigned
mailing list