Babylonjs keeps refreshing on iOS (iPad/iPhone)

Hello,

I have a scene where the model gets imported and then the model textures gets imported asynchronously in batches. While it is being loaded, the babylonjs page gets refreshed once automatically in between and then it shows the message that the page cannot be loaded. It works well on other devices, but has this problem only on iPad and iPhone. Why does this happen and how to fix it?

Hi,
You can try to load the model without the textures, if it works your textures are too big :p.