[Webkit-unassigned] [Bug 161804] New: Video `canplay` event should fire on muted playsinline videos in iOS 10
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 9 10:30:27 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161804
Bug ID: 161804
Summary: Video `canplay` event should fire on muted playsinline
videos in iOS 10
Classification: Unclassified
Product: WebKit
Version: Safari Technology Preview
Hardware: iOS
OS: Other
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Events
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aghassemi+bugzilla at gmail.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160909/09037466/attachment-0001.html>
More information about the webkit-unassigned
mailing list