breautek commented on issue #1043: URL: https://github.com/apache/cordova-ios/issues/1043#issuecomment-746270479
Migrating data is going to be impossible without some plugin with some native code. Even then I'm not sure if is possible migrating WebSQL. There is a plugin that we used to migrate WKWebView local storage (with file:// based origin) to WKWebView using schemes (in this case... ionic:// scheme). I would _expect_ the WebSQL physical files to be located along side of the `LocalStorage` directory or something, so that's where I'll be prodding around. I think you can use xcode to browse through the app's private data. https://github.com/totalpave/cordova-plugin-migrate-localstorage/blob/master/src/ios/MigrateLocalStorage.m ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
