# Which Devices are Compatible with WebXR?

WebXR-compatible devices include **fully-immersive 3D headsets(VR Headsets)** with motion and orientation tracking, **Augmented Reality** glasses, like **HoloLens** and **MagicLeap** ,which overlay graphics atop the real world scene passing through the frames, and AR compatible(ARCore and ARKit supported) **handheld mobile phones** which augment reality by capturing the world with a camera and augment that scene with computer-generated imagery.

{% hint style="info" %}
iOS devices such as iPhone and iPad currently does not support WebXR APIs in Safari or Chrome but WebXR Viewer App is available from the App Store: <https://apps.apple.com/us/app/webxr-viewer/id1295998056>
{% endhint %}

### Virtual Reality WebXR Navigation and Teleportation Demo

{% embed url="<https://youtu.be/qX-ZVknE0yo>" %}

### Augmented Reality on Android Devices

![WebXR Demo](/files/-MJdPG-i_m8_M13MyIJS)

{% embed url="<https://youtu.be/jg4aTrNvKzM>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.xrdev.app/mixed-reality-docs/webxr-lessons/introduction-to-webxr-device-apis/concepts/which-devices-are-compatible-with-webxr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
