Bug 161804 - Video `canplay` event should fire on muted playsinline videos in iOS 10
Summary: Video `canplay` event should fire on muted playsinline videos in iOS 10
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Safari Technology Preview
Hardware: iPhone / iPad Other
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-09-09 10:30 PDT by AliG
Modified: 2016-09-12 12:32 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description AliG 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.
Comment 1 Radar WebKit Bug Importer 2016-09-10 09:58:19 PDT
<rdar://problem/28241725>