Forum Discussion

PlayAvalon-DerrickBarra's avatar
PlayAvalon-DerrickBarra
Copper Contributor
Jul 26, 2022

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 -->

  • 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-DerrickBarra's avatar
      PlayAvalon-DerrickBarra
      Copper 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's avatar
    Reza_Ameri
    Silver Contributor
    Are you using the latest version of Microsoft Edge?
    Try press Alt+Shift+I and report this issue.

Resources