Cordova cookies not working iOS 14 (ITP)

Hello,

I have tried several ways to embed a webview. Before iOS 14 it worked without problems with an iframe. But since iOS 14 and Intelligent Tracking Prevention (ITP) cookies no longer work.

<preference name="hostname" value="domain1.com" />

fixed the problem but only for domain1.com and I need the same for domain2.com

Using inAppBrowser with target ‘_self’ cookies work fine for both urls. However I need to access native APIs or postMessage and it doesn’t work on iOS.

Do you have an idea to solve the problem?

Thanks,

This isn’t a VoltBuilder issue - it isn’t something we can solve.

You might look on the web for solutions. I found this article which may help: