I am using websql in an application that I'm building. It's working great until I access it on ios (iPad).
I get the following error and the application breaks:
An attempt was made to break through the security policy of the user agent.
I'm using the html5sql js lib and the error happens here:
html5sql.database = openDatabase(name, "", displayname, size);