forked from styleseat/cordova-plugin-ionic-migrate-storage
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zoe
committed
Dec 4, 2019
1 parent
16fd971
commit 0fd2c32
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Straight forward, just via `cordova plugin add`. | ||
|
||
``` | ||
cordova plugin add --save @kassamina/[email protected].4 | ||
cordova plugin add --save @kassamina/[email protected].5 | ||
``` | ||
|
||
This work is forked from https://github.com/pointmanhq/cordova-plugin-ionic-migrate-storage, which migrates IndexedDB, LocalStorage, and WebSQL from cordova's default UIWebView to cordova-plugin-ionic-webview. We needed to migrate not from the default UIWebView, but from [email protected] to [email protected], and only localStorage was needed, so IndexedDB and WebSQL support were removed and the migration locations were made configurable. Theoretically, this plugin could also be used to migrate from UIWebView to cordova-plugin-ionic-migrate-storage. The following settings are configurable (defaults listed): | ||
|
@@ -50,7 +50,7 @@ cordova plugin rm --save cordova-plugin-ionic-webview @kassamina/cordova-plugin- | |
* Add the plugins back: | ||
|
||
``` | ||
cordova plugin add --save [email protected] @kassamina/[email protected].4 | ||
cordova plugin add --save [email protected] @kassamina/[email protected].5 | ||
``` | ||
|
||
* Build your app and run it. The stored data must all exist! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters