cordova-android/framework/assets/js
Bryce Curtis 673a8871df Ticket 136: window.openDatabase() in Android 3.0 throws SECURITY_ERR (most code written by Simon MacDonald - I just tested and checked in)
When you call window.openDatabase() on an Android 3.0 device you get and error something like this:

E/Web Console( 1791): SECURITY_ERR: DOM Exception 18: An attempt was made to break through the security policy of the user agent.

Simon worked with Pat for a bit and they think this is a WebKit or Android/WebKit interaction bug. In the meantime this fix determines if you are on Android 3.0 and uses Droid_DB if so.
2011-04-19 16:54:16 -05:00
..
accelerometer.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
app.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
camera.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
capture.js W3C Media Capture API 2011-04-01 15:52:53 -04:00
compass.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
contact.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
crypto.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
device.js W3C Media Capture API 2011-04-01 15:52:53 -04:00
file.js Ticket 127: Android FileReader/FileWriter methods should return FileError object on error. 2011-04-07 07:17:41 +08:00
filetransfer.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
geolocation.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
header.txt Need license header since it is removed by minification. 2010-12-01 16:13:22 -06:00
media.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
network.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
notification.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
phonegap.js.base Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
position.js Add check to only init and run JS code once - even if included multiple times. 2011-03-30 13:29:24 -05:00
storage.js Ticket 136: window.openDatabase() in Android 3.0 throws SECURITY_ERR (most code written by Simon MacDonald - I just tested and checked in) 2011-04-19 16:54:16 -05:00