diff options
author | Sam Potts <sam@potts.es> | 2017-05-09 00:20:22 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2017-05-09 00:20:22 +1000 |
commit | 2c31770030e0a58f5c76bc1c97dcf7784cd3912d (patch) | |
tree | fee31c67e90ba8b0079f3c60a0efe134a4886cbc /notes.md | |
parent | 8d3e1601663ed717416a809cf0d0f0d8bf73c09c (diff) | |
download | plyr-2c31770030e0a58f5c76bc1c97dcf7784cd3912d.tar.lz plyr-2c31770030e0a58f5c76bc1c97dcf7784cd3912d.tar.xz plyr-2c31770030e0a58f5c76bc1c97dcf7784cd3912d.zip |
Update notes
Diffstat (limited to 'notes.md')
-rw-r--r-- | notes.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -13,18 +13,18 @@ [ ] Test custom controls still works #### Bugs -[ ] Fix audio setup bug when calling .setup() again -[ ] Fix events on unsupported devices (iOS) -[ ] Investigate iOS inline playback -[ ] Look at Vimeo's "background" option +[ ] Fix audio setup bug when calling `.setup()` again +[ ] Fix events on unsupported devices (iOS, old IE) [ ] Fix YouTube rights blocking (origin perhaps?) # Notes - No quality HTML5 support (yet) - No Vimeo quality support -- No Vimeo or YouTube caption support +- No YouTube caption support +- Added Vimeo captions support - No PiP or AirPlay for Vimeo/YouTube - Settings won't be supported for custom controls (coming soon, need to work on templating) +- Added `playsinline` support for iOS 10 #### Breaking changes - New config options for loop |