Bug 161804
| Summary: | Video `canplay` event should fire on muted playsinline videos in iOS 10 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | AliG <aghassemi+bugzilla> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | aghassemi+bugzilla, eric.carlson, jer.noble, jonlee, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | iPhone / iPad | ||
| OS: | Other | ||
AliG
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/28241725>