I have an angular - ionic application which fails to store cookie values when deployed to iOS. I'm testing this on an iOS simulator.
I've read that this is a known issue which is related to web kit. There are many npm packages which attempt to bypass this issue.
I am trying this one: https://www.npmjs.com/package/cordova-plugin-cookiemaster
but I'm not sure how to use this cookieMaster service. As in
cookieMaster.getCookieValue...
How do I import this cookieMaster to use in my service? Not sure how to reference the package as an import directive.
question from:https://stackoverflow.com/questions/65939049/how-to-import-cookiemaster-or-any-installed-external-node-package