forked from github/cordova-android
This was a red herring. There was an XML error on the example when compared with master
This commit is contained in:
parent
2ec0b601fa
commit
db7ee192f7
@ -194,10 +194,8 @@ public class CordovaWebView extends WebView {
|
||||
|
||||
//Jellybean rightfully tried to lock this down. Too bad they didn't give us a whitelist
|
||||
//while we do this
|
||||
/*
|
||||
if(android.os.Build.VERSION.SDK_INT > android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1)
|
||||
settings.setAllowUniversalAccessFromFileURLs(true);
|
||||
*/
|
||||
// Enable database
|
||||
settings.setDatabaseEnabled(true);
|
||||
String databasePath = this.cordova.getActivity().getApplicationContext().getDir("database", Context.MODE_PRIVATE).getPath();
|
||||
|
Loading…
Reference in New Issue
Block a user