# Podporované prohlížeče

JavaScript/CSS komponenty byly testované a jsou podporované v následujících internetových prohlížečích.

| Internetový prohlížeč                          | Testovaná verze prohlížeče | Operační systém | Testovaná verze OS   |
| ---------------------------------------------- | -------------------------- | --------------- | -------------------- |
| ~~Internet Explorer 11 ***(viz. poznámka)***~~ | ~~11.0.9600.18163~~        | ~~Windows 7~~   | ~~Ultimate - SP1~~   |
| Google Chrome                                  | 47.0.2526.111              | Windows 7       | Ultimate - SP1       |
| Google Chrome                                  | 51.0.2704.103              | Mac OS X        | El Capitan - 10.11.5 |
| Mozilla Firefox                                | 47.0.1                     | Windows 7       | Ultimate - SP1       |
| Mozilla Firefox                                | 47.0                       | Mac OS X        | El Capitan - 10.11.5 |
| Safari                                         | 9.1.1 (11601.6.17)         | Mac OS X        | El Capitan - 10.11.5 |

***Poznámka:*** Microsoft Internet Explorer již není podporován, ale v minulosti by testován a funkční. Microsoft Internet Explorer v některých případech automaticky použije "IE compatibility mód", ve kterém FlexBookové komponenty nefungují. Pomocí meta direktivy níže je možné vynutit vypnutí compatibility módu a zajistit funkčnost FlexBook komponent v Internet Exploreru za všech podmínek.

```
<meta http-equiv="X-UA-Compatible" content="IE=11" />
```

### Ostatní prohlížeče <a href="#ostatni-prohlizece" id="ostatni-prohlizece"></a>

Máte-li zájem o testování jiné kombinace internetového prohlížeče a operačního systému, tak nás neváhejte kontaktovat.


---

# 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://flexbook.gitbook.io/integracni-manual/javascript-komponenty/podporovane-prohlizece.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.
