Cannot double-tap on iOS 13.4+ browsers #7694
Labels
bug-browser-specific
A bug that only appears in certain browsers
touch-stylus
An issue with touchscreen or pen input
Milestone
This is a bizarre bug, one of several apparently introduced in iOS 13.4. I've seen it on mobile Safari, Firefox, and Chrome, so it must be a WebKit issue.
Basically it looks like pointerup/pointerdown events are throttled to about one second for any element with a gesture event listener, even if the event handler doesn't do anything. iD listens for gestures to enable pinch-to-zoom of the map via trackpads. As a result, any double-tap interaction is broken, namely double-tap-to-zoom and double-tap to add vertices to ways. This negates the fixes for #2128 and #2677.
Unless I'm missing something (which is quite possible), our options are these:
The text was updated successfully, but these errors were encountered: