[Webkit-unassigned] [Bug 253416] Clicks aren't registered in iOS Safari in Wasm game

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 30 15:31:26 PDT 2023


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

--- Comment #6 from eri0onpm at gmail.com ---
sorry, I never saw the last message, but yes, it was fixed on our end, here is the PR that fixed this

https://github.com/adventuregamestudio/ags/pull/1955

The touch finger IDs in iOS they always get a new integer number, in Android browsers they work differently, being first finger the number 0, second finger on screen the number 1, and when a finger is removed from screen the next finger will get its ID or whatever is the lower available ID. Both comply with the spec for the Web as the way this is phrased in the spec is mostly "have an unique ID for a finger".

-- 
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/20230730/8df59cb2/attachment.htm>


More information about the webkit-unassigned mailing list