[Webkit-unassigned] [Bug 220461] MediaStreamRecorder does not work in WKWebView-based browsers like Chrome

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 07:05:22 PST 2021


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

Ali Juma <ajuma at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ajuma at chromium.org

--- Comment #1 from Ali Juma <ajuma at chromium.org> ---
(In reply to Urs Wolfer from comment #0)
> While the following example works fine in Safari on iOS 14.3, it seems not
> to work in Chrome on the same device:
> https://jsfiddle.net/vyapfckd/1/
> 
> (Pressing the start buttons works, but the download button fails to deliver
> the result.)

Thanks for reporting this!

The issue is that the 'download' attribute is not supported in WKWebView. Chrome can workaround this for file downloads (by detecting that we're trying to navigate to a MIME type that can't be rendered by WKWebView) but there's no way to work around this for blobs.

Bug 174076 and bug 216918 are related to this.

Bug 217747 might fix this when it makes it into a release.

-- 
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/20210108/dbfdb919/attachment.htm>


More information about the webkit-unassigned mailing list