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 Firefox), but not Edge. Any idea why?
<-- Firefox Edge -->
- josh_bodner
Microsoft
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-DerrickBarraCopper 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_AmeriSilver ContributorThank you for the update.
- Reza_AmeriSilver ContributorAre you using the latest version of Microsoft Edge?
Try press Alt+Shift+I and report this issue.