meishier commented on issue #850: Ready for Chrome 80's [Cookies default to SameSite=Lax] ? URL: https://github.com/apache/cordova-android/issues/850#issuecomment-545861705 I found a way to get through. **get cookie by native http request, and set the cookie back to webview.** I did simply tested, using [cordova-plugin-advanced-http](https://github.com/silkimen/cordova-plugin-advanced-http) and [cordova-cookie-master](https://github.com/Cartegraph/cordova-cookie-maste), and it does work on android/iOS both with specifying SameSite=Lax. If there is a way to solve the problem by cordova-android package(such as set config(inject cookie or something else) in config.xml), and that will really be a graceful solution.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
