[Webkit-unassigned] [Bug 186353] iOS 11.4 breaks video playback in Cordova apps

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 11:22:23 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186353

--- Comment #3 from Brent Fulgham <bfulgham at webkit.org> ---
This behavior change started with Bug 178573, where we began supporting createImageBitmap. That caused this test app to not display audio or video.

Later, in Bug 183247, audio began working again when Blob support was added.

I think we actually have an issue where an underling Cordova component sees that 'createImageBitmap' is available and tries to use it.

Unfortunately, createImageBitmap with ImageData is not currently implemented, which causes us to return a blank ImageBitmap.

I don't know how to do further debugging in Cordova, but I think this is just a compatibility issue due to the incomplete createImageBitmap implementation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180615/48eef786/attachment-0001.html>


More information about the webkit-unassigned mailing list