[Webkit-unassigned] [Bug 257735] When mouse/trackpad click on WKWebView dismisses a UIKit menu, web gets touch down with no touch up, and no subsequent mouse events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 09:59:43 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=257735

--- Comment #5 from Kurt Revis <krevis at figma.com> ---
I'm not sure I understand the question. 

The difficulty is entirely on iPad devices, since that's the only place we see this bug. Other devices (e.g. Android, Chrome on macOS) will consistently send pointer events no matter what happens.

So, only on iPad, I would need to implement and support two simultaneous paths to receive events: (1) through pointer events, (2) via traditional mouse events.

Because (1) could silently stop working at any time, I'd need to somehow seamlessly cut over to (2) as soon as those events start appearing. But since mouse events don't support things like multitouch, it would be at best a fallback mechanism. And after that fallback, the only way to restore full functionality is to reload the web view, which is a terrible user experience.

-- 
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/20240306/bcb3ccaa/attachment.htm>


More information about the webkit-unassigned mailing list