# Platform Compatibility Matrix

{% hint style="info" %}
The published deployments run on all devices (*Viewer Support*).

The editor used to create published deployments has been designed to work on large screens, i.e. laptops/desktops, and not mobile phones (*Editor Support*).
{% endhint %}

## Viewer Support - Mobiles, Headset, Laptops​ <a href="#viewer-support---mobiles-headset-laptops" id="viewer-support---mobiles-headset-laptops"></a>

These are the platforms and browsers supported for viewing experiences:

{% tabs %}
{% tab title="Android Phone" %}

<table><thead><tr><th width="337">Browser</th><th>Chrome</th><th>Edge</th></tr></thead><tbody><tr><td>Video ~4K (3840x1920) <strong>max</strong></td><td>✅</td><td>✅</td></tr><tr><td>Phone VR Mode</td><td>✅</td><td>➖</td></tr><tr><td>Orientation/Tilt based movement</td><td>✅</td><td>✅</td></tr><tr><td>Multiplayer Mode</td><td>✅</td><td>✅</td></tr><tr><td>All Other Features</td><td>✅</td><td>✅</td></tr></tbody></table>

**The Minimum supported Chrome version is v81​**
{% endtab %}

{% tab title="iOS Phone" %}

<table><thead><tr><th width="338">Browser</th><th>Safari</th><th>Chrome</th></tr></thead><tbody><tr><td>Video ~4K (3840x1920) <strong>max</strong></td><td>✅</td><td>✅</td></tr><tr><td>VR Mode</td><td>➖</td><td>➖</td></tr><tr><td>Fullscreen Mode</td><td>➖</td><td>➖</td></tr><tr><td>Orientation/Tilt based movement</td><td>✅</td><td>➖</td></tr><tr><td>Multiplayer Mode</td><td>➖</td><td>➖</td></tr><tr><td>All Other Features</td><td>✅</td><td>✅</td></tr></tbody></table>

**The minimum supported iOS version is v13.3.1**
{% endtab %}

{% tab title="Laptops/Desktops" %}

<table><thead><tr><th width="272">OS</th><th>Win/Lin</th><th>Windows</th><th>Apple</th><th>Apple</th></tr></thead><tbody><tr><td>Browser</td><td>Chrome</td><td>Edge</td><td>Safari</td><td>Chrome</td></tr><tr><td>Video 4K (3840x2160) <strong>max</strong></td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>Multiplayer Mode</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr><tr><td>All Other Features</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr></tbody></table>
{% endtab %}

{% tab title="Headsets" %}

<table><thead><tr><th width="283">Browser</th><th>Older Headsets*</th><th>Quest Series**</th></tr></thead><tbody><tr><td>Video ~4K (3840x1920) <strong>max</strong></td><td>✅</td><td>✅</td></tr><tr><td>Multiplayer Mode</td><td><span data-gb-custom-inline data-tag="emoji" data-code="3030">〰️</span></td><td>✅</td></tr><tr><td>All Other Features</td><td>✅</td><td>✅</td></tr></tbody></table>

**\*Older Headsets**: Oculus Go, HTC Vive

**\*\*Quest Series**: Oculus Quest, Meta Quest 2, Meta Quest Pro
{% endtab %}
{% endtabs %}

#### Legend​ <a href="#legend" id="legend"></a>

* ✅ Supported
* ➖ Not Supported
* :wavy\_dash: Untested

## Editor Support - Laptops/Desktops​ <a href="#editor-support---laptopsdesktops" id="editor-support---laptopsdesktops"></a>

These are the platforms and browsers supported for creating and editing experiences:

| OS         | Windows/Apple/Linux | Windows | Apple  |
| ---------- | ------------------- | ------- | ------ |
| Browser    | Chrome              | Edge    | Safari |
| Supported? | ✅                   | ✅       | ✅      |


---

# 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://docs.gmetri.com/guidelines-compatibility/compatibility/platform-compatibility-matrix.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.
