breautek commented on issue #1787: URL: https://github.com/apache/cordova-android/issues/1787#issuecomment-2731223984
WebSQL has been deprecated since 2010. Chrome contexts have completely removed it in v119 (See https://developer.chrome.com/blog/deprecating-web-sql). Webview contexts however lagged behind and WebSQL was only removed later (Release Notes still says [v119](https://chromestatus.com/feature/5134293578285056) but [commit](https://chromium.googlesource.com/chromium/src.git/+/d7932360ecc73ad34bd3fbd0631b3c67d1f7f4b7) says v135. The WebSQL feature existence in the webview will depend on the version of the underlying android system webview. If you need to migrate data from WebSQL, it might no longer be possible, but you can try asking [Google Chromium](https://www.chromium.org/developers/discussion-groups/) if the data could still persist on disk somewhere, that a native plugin could read and migrate. I believe WebSQL is really just an integrated SQLite solution, so there could be a sqlite db somewhere on disk. I hope these resources helps, but I'm closing this issue because it doesn't describe a bug with the Cordova framework. -- 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. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org