Coleim commented on issue #1787:
URL:
https://github.com/apache/cordova-android/issues/1787#issuecomment-2733964635
Thanks!
I have taken the opportunity to migrate to sqlite as it is close to websql
and will have less impact to the users.
I've warn my customers and should be fine
breautek commented on issue #1787:
URL:
https://github.com/apache/cordova-android/issues/1787#issuecomment-2733856915
Like I said, WebSQL existence will depend on the underlying android system
webview that is installed on the device. It is a system level component that is
typically updated
Coleim commented on issue #1787:
URL:
https://github.com/apache/cordova-android/issues/1787#issuecomment-2731737223
What I don't understand is: Why the window.openDatabase is available on the
first run but not after.
If it was deprecated on thiswebview, it would have been undefined at th
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
breautek closed issue #1787: window.openDatabase undefined after restarting the
application
URL: https://github.com/apache/cordova-android/issues/1787
--
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
dpogue commented on issue #1787:
URL:
https://github.com/apache/cordova-android/issues/1787#issuecomment-2731210059
Unless you're using a plugin to provide it, `window.openDatabase` is using
the old WebSQL API that's been deprecated since 2010 and has now (15 years
later) been removed from
Coleim opened a new issue, #1787:
URL: https://github.com/apache/cordova-android/issues/1787
# Bug Report
## Problem
When using window.openDatabase, it works when I first lunch the app, but
when I quit the app (swipe out) and relaunch it, the window.openDatabase become
undefin