Abhinav
Abhinav
In mobile and desktop Safari, disabling the "Prevent Cross-Site Tracking" option causes the site to work as expected. In chrome also no issue seems to be there. The only issue...
[breautek](https://github.com/breautek) If my understanding is correct when I enable "Allow cross-site tracking" in the settings, then shouldn't ITP be disabled and the access is given? I've added ```sandbox="allow-storage-access-by-user-activation allow-scripts allow-same-origin"```...
@mkayander For me by default, the Cookie policy is set to `NSHTTPCookieAcceptPolicyOnlyFromMainDocumentDomain` which is preventing the cookies to be set even when cross-site tracking is enabled. Changing it to `NSHTTPCookieAcceptPolicyAlways`...
In my codebase, it was added under "pluginInitialize". But I think it should have worked under initWithFrame also. Maybe you can debug and check the "cookieAcceptPolicy" value in your case....