# Compatibility

nexxPLAY tries to offer as many Features, as the current Platform can offer. Due to technical Limitations though, it is not possible, to offer every Feature on every Platform.

As a general Guide, nexxPLAY supports the following Platforms

## HTML5 SDK

| Browser                  | supported Versions                                                                                                   |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------- |
| **Chrome**               | always the latest 3 Versions                                                                                         |
|                          | Chrome for android is supported                                                                                      |
|                          | Chrome for iOS is supported                                                                                          |
|                          | <p>Chrome for WebViews in supported </p><p>(depending on WebView Configurations, some Features might be missing)</p> |
| **Firefox**              | always the latest 3 Versions (and the latest ESR Version)                                                            |
|                          | Firefox for android is supported                                                                                     |
|                          | Firefox for iOS is supported                                                                                         |
|                          | Firefox Focus is supported                                                                                           |
| **Safari**               | supported, starting with Safari 13                                                                                   |
|                          | Safari for iOS is supported                                                                                          |
|                          | Safari for WebViews is supported                                                                                     |
| **Edge**                 | always the latest 3 Versions                                                                                         |
|                          | Edge for android is supported                                                                                        |
|                          | Edge for iOS is supported                                                                                            |
|                          | Edge for XBox (XBox One, XBox Series) is supported                                                                   |
| **Internet Explorer**    | only Version 11 (with some Restrictions)                                                                             |
| **other Browsers**       | Opera (latest 3 Versions)                                                                                            |
|                          | Vivaldi (latest 3 Versions)                                                                                          |
|                          | Amazon Silk (latest 3 Versions)                                                                                      |
|                          | Samsung Browser (latest 3 Versions)                                                                                  |
|                          | Huawei Browser (latest 3 Versons)                                                                                    |
| **special Environments** | Google AMP (via Plugin and iFrame)                                                                                   |
|                          | Electron Apps                                                                                                        |

{% hint style="info" %}
Please notice, that these minimal Versions mean, that nexxPLAY will work as good as possible on these Platforms. Nevertheless, not all Features might be available in the specific Browser and Environment (especially in Internet Explorer and WebViews)
{% endhint %}

## native SDKs

| OS                | supported Versions                                                                                         |
| ----------------- | ---------------------------------------------------------------------------------------------------------- |
| **iOS**           | supported, starting with iOS 13                                                                            |
| **android**       | supported, starting with android 9 (Pie, API Level 28)                                                     |
| **androidTV**     | supported, starting with android 9 (Pie, API Level 28)                                                     |
| **amazon FireTV** | supported, starting with Fire OS 7.0 (API Level 28)                                                        |
| **Chromecast**    | supported on all Versions (Chromecast, Chromecast Ultra, androidTV with Chromcast, GoogleTV, SmartDevices) |


---

# 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://play.docs.nexx.cloud/compatibility.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.
