VR link not immersive

Hi everyone,

I am trying to create a VR application and due to change scene problems (it breaks in VR) i want to charge the new scene by a web link (https://playcanvas…), what works.
The problem is that when using a link the app goes back to the browser, and then searches it, what makes the app lose the feeling of immersion.

window.open(this.link1, "_top");

is there any way of charging the link without going back to the exporer?

No, you will have to change screens in the way that was shown in the other thread