Skip to content

Commit

Permalink
docs: add caveats section for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Oct 13, 2021
1 parent ba9e43f commit eb80c8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Maintenance Status: Stable

- [Installation](#installation)
- [Browser Support](#browser-support)
- [Caveats](#caveats)
- [Projection support](#projection-support)
- [Usage](#usage)
- [`<script>` Tag](#script-tag)
Expand Down Expand Up @@ -51,7 +52,7 @@ Maintenance Status: Stable
- [`debug`](#debug)
- [`omnitone`](#omnitone)
- [`omnitoneOptions`](#omnitoneoptions)
- [`disableTogglePlay`](#disableTogglePlay)
- [`disableTogglePlay`](#disabletoggleplay)
- [Credits](#credits)
- [Support](#support)

Expand All @@ -73,6 +74,9 @@ The most recent versions of:
* Chrome on Android
* Safari on iOS

## Caveats
* HLS captions on safari will not be visible as they are located inside of the shadowRoot in the video element and we cannot get access to them.

## Projection support
Currently we only support:
* Projections
Expand Down

0 comments on commit eb80c8a

Please sign in to comment.