Babylon viewer fullscreen in iphone not working

hi all,
I’m using Babylon Viewer to render GLB file in web page, and fullscreen button works fine in both PC and Andriod, but it not working in iphone, i tried this demo from the document, when i tap fullscreen button the safari does not respond,

 <html><head>

  <title>Babylon.js Viewer - Display a 3D model</title>

  <script src="https://preview.babylonjs.com/viewer/babylon.viewer.js"></script> 

</head>

<body>

    <babylon model="https://models.babylonjs.com/boombox.glb" templates.main.params.fill-screen="true"></babylon>

</body>

</html>

can anyone help me ? and give me some advice? :wink:

Hello and welcome!

let me ping @RaananW for you

Hi Leslie! And Welcome

Well, apparently, iOS on the iphone doesn’t like the fullscreen API - Fullscreen support . Maximizing the container’s size will probably be the safest way to go in that case.

I am sorry I don’t have a better answer…