NEW161804
Video `canplay` event should fire on muted playsinline videos in iOS 10
https://bugs.webkit.org/show_bug.cgi?id=161804
Summary Video `canplay` event should fire on muted playsinline videos in iOS 10
AliG
Reported 2016-09-09 10:30:27 PDT
iOS 10 allows playing of `muted`, `playsinline` videos using both `autoplay` attribute and programmatically by calling `play()` method, however `canplay` event is never fired for such videos despite the fact that calls to `play()` are allowed and go through. `canplay` is fired AFTER `play()` is called or user manually plays a video, however which is too late.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-09-10 09:58:19 PDT
Note You need to log in before you can comment on or make changes to this bug.