# HTML content

The HTML content playback engine may vary depending on the platform of the player. Thus, a player running on WebOS will use a certain version of Webkit depending on the firmware, Windows will run on another, some platforms do not accept Flash plugins, etc.

Admira is constantly working on the list of each one of the particularities for each platform, operating system or firmware. **In general**, most platforms in their latest versions (WebOS 4.0+, Tizen/SSSP5+, Windows, Linux [NWJS 0.44.1](https://nwjs.io/blog/v0.44.1/) and Android) run Chrome v80.

For specific needs, you can contact <soporte@admira.com> for more information. We recommend, once the engine where the content is going to run has been identified, review the requirements from the website  [www.caniuse.com](http://www.caniuse.com/). Tools like <https://babeljs.io/repl> can be useful to make the JS compatible.

#### Compatibility of HTML content by player version:

<table><thead><tr><th width="114.5">Windows</th><th width="113.49609375">Linux</th><th width="107.57421875">Android</th><th width="113.5390625">SoC</th><th width="121.76171875">Tizen</th><th>WebOS</th></tr></thead><tbody><tr><td>Yes</td><td>Yes</td><td>From 6.0</td><td>Yes</td><td>Yes</td><td>From WebOS 3</td></tr></tbody></table>


---

# 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.admira.com/english/contents/html-content.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.
