Sivaeswaran 0 Report post Posted June 19, 2019 Hi, I am creating apk build using cordova.i have added [ cordova-plugin-crosswalk-webview ] for loading my local files [www/....].My problem is i can't store any values in cookies.How can i set & get the cookies using crosswalk webview plugin. Quote Share this post Link to post Share on other sites
b10b 224 Report post Posted June 19, 2019 2 hours ago, Sivaeswaran said: My problem is i can't store any values in cookies. Might LocalStorage work for your goals instead? Quote Share this post Link to post Share on other sites
bruno_ 70 Report post Posted June 19, 2019 I think the webview will clear your cookies on every new usage. Does a plugin like cordova-plugin-file, that lets you create a file with your data, works for you? Quote Share this post Link to post Share on other sites