[Webkit-unassigned] [Bug 154916] WKWebView needs feature to allow file:// subresources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 19 04:30:34 PDT 2018


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

--- Comment #28 from ae at seven.systems ---
(In reply to Guillaume Ripoche from comment #26)
> Hello
> 
> I thought I would fill a new bug report but our issue is very similar to
> this one.
> 
> TL;DR WKwebview does not access resources downloaded in data directory.

In our experience with SevenApp (our own in-house "Cordova equivalent"), the best workaround is to use custom URL schemes and then a custom handler in native code that just reads the file(s) from the local filesystem and sends them verbatim thru the connection. 1 hour of coding, eternal peace ;)

-- 
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/20180919/8901798c/attachment.html>


More information about the webkit-unassigned mailing list