iFrame iOS issues HELP!

Hello Guys,
I am working on an object with a part where I load a url address in a iFrame (using CSS3DRenderer.js).
Everything works fine except on iOS where my iframe is cut.

Demo:
https://le3paris.com/cosmo/

Code:

Can you please help me to find a solution to my problem?

Maybe @ozRocker can help as he brought the css3drenderer into babylon :slight_smile:

It looks like some computation for position based on css might be off.

Just pinging @ozRocker again in case they didn’t see it :smiley:

Your image is very large. Its 7000x7000. That might have caused the browser on iPhone to automatically scale it. I created an example playground with the same image resized down to 640x640 https://playground.babylonjs.com/#ZMCFYA#228 This works fine on iPhone. Are you able to use a smaller image for your application?

2 Likes