In ios14 I was able to disable web SQL in the settings menu. However in ios15 the option to disable it is not there.
I'm running an app that when opening, it warns me that SQLite is not supported.
How can I disable web SQL? Thanks
In ios14 I was able to disable web SQL in the settings menu. However in ios15 the option to disable it is not there.
I'm running an app that when opening, it warns me that SQLite is not supported.
How can I disable web SQL? Thanks
same issue i use EAMM with safari and need to turn off web SQL to be able to use the online portal is there a way to do this in ios15?
hope to hear you soon
Same issue here, can’t access cloud on safari or chrome! Big issue for me!
You should change your source code to change to another DB. Ex: IndexedDB,...
I don’t have that much in-depth detail, how do I do this? Your help would be really appreciated.