Hello all,
As you know, Apple forces all apps to use WKwebview instead of UIWebview.
But when i upgrade my ionic1 app to use WKWebview all authentication mechanism crashes.
Here is more details,
I’ve an ecommerce application and at backend, authentication works based on cookies.
When i use UIWebview all functions work properly but when i upgrade my plugin to use WKwebview, authentication does not work and this means this app will be useless soon.(App won’t know anything about user so no user based data(prices etc.) will be available)
I’m not expert on these authentication mechanism but i guess WKWebview plugin prevents accepting cookies.
Maybe i’m wrong. Is there any way to overcome this issue?
Thanks.
Here is my ionic info:
Ionic:
Ionic CLI : 5.4.13 (C:\Users\User\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : ionic1 1.3.3
@ionic/v1-toolkit : 1.0.22
Cordova:
Cordova CLI : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.1.4
Cordova Plugins : cordova-plugin-ionic-webview 4.1.3, (and 9 other plugins)
Utility:
cordova-res : 0.8.1
native-run : 0.3.0
System:
Android SDK Tools : 26.1.1 (D:\Android-sdk)
NodeJS : v10.15.3 (C:\Program Files\nodejs\node.exe)
npm : 6.4.1
OS : Windows 10