i am using jaydata in a iOS uiwebview. I try to generate a websql databse because indexddb is not supported in uiwebview. The script crashes with:
Failed to load resource: The requested URL was not found on this server. url: jaydataproviders/websqlprovider.js
There is no websqlprovider.js file in the jaydata installation. Can anybody help please?
you should load the jaydataproviders/SqLiteProvider.js manually, then jaydata won't try to load it automatically. This should resolve the issue