[Webkit-unassigned] [Bug 162385] iOS 10 breaks Construct 2-made UIWebView Cordova apps
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 23 09:30:05 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162385
--- Comment #9 from Ashley Gullen <ashley at scirra.com> ---
(In reply to comment #8)
> (In reply to comment #7)
> > https://bugs.webkit.org/show_bug.cgi?id=101671
>
> There's zero indication in that bug that it works in UIWebView but not
> WKWebView - Are you saying that's the case?
Sorry, it was a bit of a misleading mention. That bug blocks useful workarounds where we play from a blob URL instead of from a file: path. The blob URL feature is a standard web platform feature, so I think it ought to be supported anyway. But the underlying issue is really just that WKWebView considers every subresource in a Cordova application to be from a separate origin, whereas UIWebView allowed the resources to load. (This is what bug 154916 is about.) Then we have to do a whole pile of workarounds to avoid those restrictions. But we can't know whether to use those workarounds unless we know if we're in WKWebView, which is why I filed this bug.
I'll sort out a minimal testcase for bug 154916.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160923/4a2983a8/attachment.html>
More information about the webkit-unassigned
mailing list