[Webkit-unassigned] [Bug 254094] REGRESSION: Error on camera startup on iOS 16.4 Beta 4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 22 00:40:03 PDT 2023


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

--- Comment #8 from Karl Dubost <karlcow at apple.com> ---
Probably the oA() function in https://cdn.8thwall.com/xr-simd-21.3.8.997.js

oA = function() {
     return window.OffscreenCanvas ? new OffscreenCanvas(0, 0) : i("compute")
}

could right away test for webgl or webgl2 with getContext("webgl")
or later in the code if E is null to not go the current path.

Avoid user agent sniffing so that it is resilient once webgl and webgl2 are activated.

-- 
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/20230322/db762dc9/attachment.htm>


More information about the webkit-unassigned mailing list