3D babylonjs iframe rendering issues on Edge, works on Chrome/Brave/Firefox

Copper Contributor

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.pngEdge.png

<-- Firefox                                                            Edge -->

4 Replies
Are you using the latest version of Microsoft Edge?
Try press Alt+Shift+I and report this issue.
Do you have ... > Settings > Privacy, search, and services > Enhance your security on the web enabled, and if so, does disabling it make any difference?
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!