NEW 202766
[iOS] dblclick handler is ignored when it is dynamically registered in the click handler.
https://bugs.webkit.org/show_bug.cgi?id=202766
Summary [iOS] dblclick handler is ignored when it is dynamically registered in the cl...
alan
Reported 2019-10-09 14:33:58 PDT
something like doubleTapThis.addEventListener('click', function (e) { doubleTapThis.addEventListener('dblclick', function (e) { ->this won't get called<- }); });
Attachments
Radar WebKit Bug Importer
Comment 1 2019-10-09 14:34:25 PDT
Note You need to log in before you can comment on or make changes to this bug.