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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 05:37:31 PDT 2018


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

--- Comment #30 from Guillaume Ripoche <guillaume.ripoche at mobile-spot.com> ---
(In reply to ae from comment #28)
> 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 ;)

Hello

We are working on it, and were wondering if you used WKWebViewConfiguration.setURLSchemeHandler method. If so, you don't support iOS 10 and below anymore?

Seems like we cannot upload 2 differents builds to Apple (contrary to android), so we are looking for a way to support both iOS12+WK webview  and iOS 11 and below+UI webview.

BTW we don't plan to ship a iOS11+WK webview build because currently there is a critical issue concerning HTML5 History API, still present on iOS 11.4 (despite the 'RESOLVED FIXED' status set 6 months ago), see https://bugs.webkit.org/show_bug.cgi?id=183028

Any hints would be appreciated! Thanks

-- 
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/20180925/2454e02a/attachment.html>


More information about the webkit-unassigned mailing list