MaKleSoft / cordova-plugin-migrate-localstorage

Cordova Plugin for persisting localstorage when migrating from UIWebView to WKWebView
Apache License 2.0
16 stars 90 forks source link

Allows for copying all entries in localstorage when updating to WKWeb… #4

Open geeetarguy opened 6 years ago

geeetarguy commented 6 years ago

Changes to iterate through the cache directory to copy over all entries with localstorage in their name, allowing all of localstorage to be copied over when upgrading to WKWebview. Just copies from old location to new location for persistence.