[Webkit-unassigned] [Bug 202143] [iOS] iOS 13 does not send proper events in Safari, such as double tap and long touch, possibly influencing Leaflet JS apps
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 30 06:18:28 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=202143
--- Comment #2 from Antoine Quint <graouts at apple.com> ---
The change in behavior seems tied to the availability of Pointer Events in iOS 13.
With Pointer Events enabled (the default setting):
- double-tap: nothing happens
- long press: plus icon gets selected
With Pointer Events disabled (Settings > Safari > Advanced > Experimental Features > Pointer Events set to off):
- double-tap: map zooms to tapped location
- long press: nothing happens
Both of those behaviors match those of iOS 12.4.1 so Pointer Events introduced a regression for LeafletJS.
--
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/20190930/078fe945/attachment.html>
More information about the webkit-unassigned
mailing list