lucky3491 commented on issue #77:
URL:
https://github.com/apache/cordova-plugin-wkwebview-engine/issues/77#issuecomment-714750257
hlo guys i am using this plugin in ionic 1 project like this
`var cookiesArray = [{
domain: 'your domain name',
name: 'your cookie name',
path: '/',
value: 'your cookie string'
},{...}]
wkWebView.injectCookie(cookiesArray);`
Simply add this code in your project and then check your request header
Make sure install this plugin from `cordova plugin add
https://github.com/lucky3491/cordova-plugin-wkwebview-inject-cookie`
check this for reference
https://github.com/lucky3491/cordova-plugin-wkwebview-inject-cookie/issues/1#issuecomment-634848058
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]