You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/16 13:16:14 UTC

[GitHub] [cordova-ios] breautek commented on issue #1043: Opening Websql Database on IOS

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org