I am encountering an issue with my ThreeJS based pages that are included via Iframe into other pages. The problem arises when switching between the two pages with ThreeJS Iframe on a mobile phone (specifically an iPhone 7 with just 1GB RAM). After two or three switches between the two links "Bota" and "Brasna", the browser crashes. Interestingly, if I navigate from a page with Iframe directly to a ThreeJS page (without Iframe) and then back to a page with ThreeJS in Iframe, everything works fine. Similarly, if I go from a page with ThreeJS in an iframe to a vanilla page without ThreeJS and then back to a page with ThreeJS in an iframe, I can do so multiple times without any issues. The problem only occurs when I switch from a page with ThreeJS in Iframe to another page with ThreeJS in an iframe. It seems that the ThreeJS page remains in memory after redirecting to another page when it is in an iframe. I am seeking advice or thoughts on why this behavior is occurring. Any insights would be greatly appreciated.