Forum Discussion
PlayAvalon-DerrickBarra
Jul 26, 2022Copper Contributor
3D babylonjs iframe rendering issues on Edge, works on Chrome/Brave/Firefox
Hey everyone, this link shows a demo of loading an iframe in the WebGL rendering engine Babylonjs. https://playground.babylonjs.com/#1DX9UE#186 This demo works on other Chromium browsers (and...
PlayAvalon-DerrickBarra
Aug 04, 2022Copper Contributor
I ended up figuring out the issue. The example I gave had some user agent sniffing code that was incorrectly detecting Edge as a version of Internet Explorer and applying different transform values to the CSS3D matrix. Removing this UA check fixed the issue. Thanks!
Reza_Ameri
Aug 05, 2022Silver Contributor
Thank you for the update.