- From: Patrick H. Lauke <redux@splintered.co.uk>
- Date: Fri, 4 Jun 2021 10:01:35 +0100
- To: public-pointer-events@w3.org, Mustaq Ahmed <mustaq@google.com>, Navid Zolghadr <nzolghadr@google.com>
Hey all, I've been alerted to a strange event sequence behaviour in Chrome/iOS (I know, WKWebView ... but other "alternative" browsers on iOS don't seem to have this issue): - take one of my tests, like https://patrickhlauke.github.io/touch/tests/event-listener_touch-action-manipulation.html (which also includes touch-action:manipulation) - double-tap on the button On the second tap, Chrome/iOS only fires mousemove → mousedown → mouseup → click (no pointer events, no touch events). Compare with Safari or Firefox on iOS, which send the expected full sequence of events (mostly, Firefox seems to cram in some extra capture events) https://www.youtube.com/watch?v=WYO-slYY-1k Not sure which bug tracker to report this...would it still be the chromium bug tracker, or somewhere else? P -- Patrick H. Lauke https://www.splintered.co.uk/ | https://github.com/patrickhlauke https://flickr.com/photos/redux/ | https://www.deviantart.com/redux twitter: @patrick_h_lauke | skype: patrick_h_lauke
Received on Friday, 4 June 2021 09:02:50 UTC