[Webkit-unassigned] [Bug 232076] Safari on iOS cannot play a video from data uri or blob

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 25 23:38:08 PST 2022


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

--- Comment #25 from maxcodefaster <max at heichling.xyz> ---
(In reply to Brent Fulgham from comment #24)
> (In reply to maxcodefaster from comment #23)
> > Just wanted to add, that the service worker workaround also does not work
> > for WKWebViews, as they no not support service workers. Creating Blob URLs
> > and inserting them into video tags is a very common usecase and has to be
> > supported by any browser..
> 
> That’s not quite accurate. Applications using WKWebViews can use service
> workers if they opt into “app-bound” domains, as covered at WWDC and in our
> blog posts.
> 
> Applications that register and are approved to use the default web browser
> entitlement are also able to use service workers.

Sorry my fault. You are right. I forgot to add, that Service Workers do not work in a WKWebView with a custom schema other than https:// or http://. This is the case for hybrid frameworks like Capacitor / Cordova.

-- 
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/20220226/c35a4617/attachment.htm>


More information about the webkit-unassigned mailing list