storesafe / cordova-sqlite-storage-help

Help forum for Cordova sqlite plugin projects
2 stars 1 forks source link

WebSQL replacement #85

Open shlomir opened 1 year ago

shlomir commented 1 year ago

Hi, Thanks for this plugin I implemented my app with this one (ios & android) and its perfect. for web (localhost) i'm using the window.openDatabase but I know that webSQL will be removed soon from chrome Is there an easy way to overcome without changing my whole implementation that based on sqlitePlugin. Thanks in advance