You may be back to the link I originally posted. I have no idea if this is still on the critical path, but a year ago it was imperative for login in iOS.
Here’s the solution that allows the session cookie to be set and sent back to the server in future request headers, which allows the Security Provider to function properly.
This plugin needs to be added to the project: ‘cordova-plugin-wkwebview-inject-cookie’.
Once that’s been added, you need to implement it by adding the following JavaScript to your ‘index.js’ file, just before the app is initialised:
document.addEventListener('deviceready', () => {
wkWebView.injectCookie('domain.com/path'…