[SOLVED] Loading scenes issue?

When an opened url contains VR setting, calling it with the above method, doesn’t recognize it is XR ready. Consequently no VR button appears in the right below corner, since this.app.xr.supported is false; Is there other ways we have to call?

Sorry, I don’t understand the issue. Can you reproduce this in a new, public project please? Also, what devices are you using?

It was rather an env setup issue. The current vr.js we use didn’t refresh the env properly.
In Initialize in vr.js, putting this.app.xr.active = false; solved the problem.