Bug 161804

Summary: Video `canplay` event should fire on muted playsinline videos in iOS 10
Product: WebKit Reporter: AliG <aghassemi+bugzilla>
Component: MediaAssignee: 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
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.