[Webkit-unassigned] [Bug 213510] iOS 14: ITP causes issues for hybrid (WKWebView) apps using cookies for authentication etc.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 10 13:04:19 PDT 2021


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

--- Comment #47 from Eric Kampf <ekampf1 at gmail.com> ---
We found a work-around for Cordova mobile apps, so not sure if this applies to your case or not.  In the config.xml file for your Cordova app, you can set the "HostName" preference to the domain name of your app, like this:

  <preference name="HostName" value="domain.example.com"/>

Where the domain name is that of the content you are loading into the WebView.  After doing this, iOS stopped blocking cookies from that domain.

-- 
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/20210610/cbf0d85e/attachment-0001.htm>


More information about the webkit-unassigned mailing list