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...
josh_bodner
Aug 04, 2022Former Employee
Do you have ... > Settings > Privacy, search, and services > Enhance your security on the web enabled, and if so, does disabling it make any difference?
- PlayAvalon-DerrickBarraAug 04, 2022Copper ContributorI 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_AmeriAug 05, 2022Silver ContributorThank you for the update.