blob: c568f173c2f125b50f316e4298bdd995379b2b07 [file] [log] [blame] [view]
WebSQL Plugin for Android
-------------------------------
Adds WebSQL support on Android.
* iOS supports WebSQL out of the box.
* Android supports it as well, but needs a hack (provided by this plugin) for 3.0+
Caveats
----------------
* Only a single call to openDatabase is allowed or an exception is thrown.
* You must never change the name of your database or an exception is thrown.
* The plugin creates a hidden iframe in the DOM. It must not be removed or the database callbacks will stop being called.