Hi
I’ve added cordova-plugin-ionic-webview to my ionic app (ios: 4.5.4, cordova: 7.1.0). I enabled the CORS header on the server and the login call succeeds. However, we are generating a session cookie for a successfull login and that seems to be not persisted in that plugin.
Is this known? Anything I’m missing in the configuration that I need to enable?
I’ve added the described config to the config.xml:
Any help is highly appreciated!
Thank you!