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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 8 09:12:11 PDT 2017


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

--- Comment #16 from Ashley Gullen <ashley at scirra.com> ---
I wrote about my workarounds using Cordova in this blog post: https://www.scirra.com/blog/ashley/25/hacking-something-useful-out-of-wkwebview

It's a huge pain, you have to change all your code that loads resources and then cross-domain issues make it awkward. For example there's flat out no way to play video from a local file with WKWebView, unless you serve it with a local web server. For things like images and small snippets of audio, you can use Cordova to read the local files as ArrayBuffer or Blob.

-- 
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/20170608/daea43c4/attachment.html>


More information about the webkit-unassigned mailing list