Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebSql iOS13 Support Removed, alternative solutions before to migrate

The new iOS 13 which was released this week no longer supports WebSQL (bot Safari and Chrome). I see that the best solution would be migrate to indexedDB, but I need to use it right away. Since it cannot be downgraded from a Phone, does anybody have any fast solution to the problem?

enter image description here

like image 986
peterdest Avatar asked Sep 20 '19 19:09

peterdest


People also ask

Is Websql deprecated?

Web SQL was deprecated and removed for third-party contexts in Chromium 97. [📍 We are here.] Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a warning message will be shown in the Chrome DevTools Issue panel.


1 Answers

Yes the notes do say "not supported", but if you go to: Settings > Safari > Advanced > Experimental Features, there is a setting called ‘Disable Web SQL’ which is turned on so just turn it off, but I would eventually migrate away from it.

like image 172
leroyjenkinss24 Avatar answered Oct 02 '22 17:10

leroyjenkinss24