WebXR overview
Updated: Jul 21, 2026
WebXR enables a web page to enter an immersive VR or AR session in a compatible browser. On Meta Quest, WebXR is the immersive mode within the
3D web development path.
Use the Immersive Web SDK (IWSDK) as the primary path for building an immersive web experience. The IWSDK guides cover project creation, desktop emulation, headset testing, and deployment without requiring you to assemble that workflow from separate WebXR examples.
WebXR standards and feature detection
Use runtime feature detection before offering an immersive session or relying on an optional WebXR capability. Do not infer WebXR support from the user-agent string.
Browser-specific guidance