cordova-plugin-migrate-localstorage icon indicating copy to clipboard operation
cordova-plugin-migrate-localstorage copied to clipboard

Cordova Plugin for persisting localstorage when migrating from UIWebView to WKWebView

Results 5 cordova-plugin-migrate-localstorage issues
Sort by recently updated
recently updated
newest added

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...