I understand that user interaction is required to launch immersive VR/AR applications on the web, but it seems like allowing direct launching is an important feature for 3D only WebXR PWAs.
i.e Once a PWA is downloaded, allow app to launch directly into immersive vr. My use case is for B2B applications in kiosk mode, where staff can power on several devices and have them go straight into the experience without putting on the headset.
Is this possible or planned for Chrome Android and/or Oculus Browser?
I was hoping that adding "display":"fullscreen"
to the app.webmanifest
would allow this, but it looks like that just addresses how the window is drawn.