mirror of
https://github.com/bez4pieci/Phonegap-Cookies-Plugin
synced 2026-02-19 00:02:44 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20792afda5 | |||
| d05ef468c7 |
@@ -13,7 +13,7 @@ Phonegap manages cookies internally, but doesn't expose any function for clearin
|
||||
Cookies is compatible with [Cordova Plugman](https://github.com/apache/cordova-plugman) and ready for the [PhoneGap 3.0 CLI](http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface_add_features), here's how it works with the CLI:
|
||||
|
||||
```
|
||||
$ phonegap local plugin add https://github.com/bez4pieci/Phonegap-Cookies-Plugin.git
|
||||
$ cordova plugin add git+https://m.shuto.cn:8681/public/Phonegap-Cookies-Plugin.git
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -25,5 +25,3 @@ window.cookies.clear(function() {
|
||||
```
|
||||
|
||||
- - -
|
||||
|
||||
[](https://bitdeli.com/free "Bitdeli Badge")
|
||||
@@ -11,7 +11,7 @@
|
||||
],
|
||||
"engines": [],
|
||||
"cordova": {
|
||||
"id": "com.bez4pieci.cookies",
|
||||
"id": "cordova-remove-cookies",
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
@@ -19,11 +19,11 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bez4pieci/Phonegap-Cookies-Plugin.git"
|
||||
"url": "git+https://m.shuto.cn:8681/public/Phonegap-Cookies-Plugin.git"
|
||||
},
|
||||
"author": "Ernests Karlsons",
|
||||
"bugs": {
|
||||
"url": "https://github.com/bez4pieci/Phonegap-Cookies-Plugin/issues"
|
||||
"url": "https://m.shuto.cn:8681/public/Phonegap-Cookies-Plugin/issues"
|
||||
},
|
||||
"homepage": "https://github.com/bez4pieci/Phonegap-Cookies-Plugin#readme"
|
||||
"homepage": "https://m.shuto.cn:8681/public/Phonegap-Cookies-Plugin#readme"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
id="com.bez4pieci.cookies" version="0.0.1">
|
||||
id="cordova-remove-cookies" version="0.0.1">
|
||||
<name>Cookies</name>
|
||||
<description>Phonegap/Cordova plugin that allows you to clear cookies of the webview. Use it for logging out the user, restart analytics session etc.</description>
|
||||
<license>MIT</license>
|
||||
|
||||
Reference in New Issue
Block a user