Webviewer chrome browser compatibility or rendering issue

Web viewer (canvas ) is not rendering/drawing the view on below browser version. once i fallback to the older version it is working fine

Chrome Version 124.0.6367.62 (Official Build) (arm64) this is version installed

Mac OS Sonoma V14.4.1

I submitted this bug to Chromium, and they have confirmed it has existed since the Canary releases for 124.x. They will fix but are not rolling back the existing Metal backend because of it - for those as TS3D, they suggest a workaround to avoid the failure in shader compilation.

https://issues.chromium.org/issues/335744344

For end-users, this only affects people using the Apple Metal ANGLE backend. You can navigate to chrome://flags (in any Chromium-based browser, confirmed in Edge as well), search for ANGLE and switch the backend to OpenGL to work around the issue in the near term.

1 Like

A fix has been merged into Chrome’s Milestone 125 branch, the release dates for 125 can be found here: Chromium Dash

3 Likes

Thanks @patrickleckey for sharing!