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?