[Webkit-unassigned] [Bug 201180] Cannot send in-scheme CORS requests with WKURLSchemeHandler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 23 08:24:22 PDT 2019


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

jcesarmobile <juliosincesar at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juliosincesar at hotmail.com

--- Comment #8 from jcesarmobile <juliosincesar at hotmail.com> ---
For Apache Cordova and Ionic Capacitor apps this is a major issue.

Since Apple has pushed Cordova and Capacitor apps into using WKWebView instead of UIWebView, and using file:// protocol for serving the local assets in WKWebView have a lot of problems (that weren't present on UIWebView), the solution was to use custom schemes as it has a few less issues than file://. (But still have issues).

Not being able to use fetch to urls using the own app scheme is a major issue (XHR works fine).

-- 
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/20191023/a46a5fc7/attachment.html>


More information about the webkit-unassigned mailing list