cordova-plugin-migrate-localstorage
cordova-plugin-migrate-localstorage copied to clipboard
Cordova Plugin for persisting localstorage when migrating from UIWebView to WKWebView
Hi, After add this plugin, xcode build failed to run on simulator. Is it because cordova @10.0.0 has its own built-in cordova-plugin-wkwebview-engine ?
Hi, Great plugin. Will it also work with this version: https://github.com/ionic-team/cordova-plugin-ionic-webview ?
local-storage path corrected
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...