M-Abozaid / cordova-plugin-cookie-manager

Small workaround to allow saving cookies to persistent memory when we want on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookie Manager for Android

This plugins allows you to flush cookies in Android, moving them to persistent memory. Works on iOS but does nothing (calling "flush" wont provoke an error).

Installation

  • From cli, run cordova plugin add https://github.com/LeBodro/cordova-plugin-cookie-manager.

Using this plugin

window.cordova.plugins.CookieManagementPlugin.flush();

About

Small workaround to allow saving cookies to persistent memory when we want on Android.

License:MIT License


Languages

Language:Java 54.6%Language:Objective-C 35.2%Language:JavaScript 10.2%