Hello,
I'm using a local database in my proyect, and now I get the following error when I try to open it: Error: openDatabase is not defined.
The line is:
var db = openDatabase("hotel", "1.0", "Hoteles", 10000);
One day ago it did work.
Thanks
Hello,
I'm using a local database in my proyect, and now I get the following error when I try to open it: Error: openDatabase is not defined.
The line is:
var db = openDatabase("hotel", "1.0", "Hoteles", 10000);
One day ago it did work.
Thanks
I don't know either why it doesn't work... it's your custom code. Check all the JavaScript, etc.. try to debug it. Make sure you are running in browser that supports this API.