Merge branch 'master' into highlighter

This commit is contained in:
Jeremy Lindgren
2013-04-25 11:27:03 -05:00
2 changed files with 251 additions and 337 deletions

View File

@@ -22,6 +22,7 @@ public class IITC_WebView extends WebView {
settings.setDomStorageEnabled(true);
settings.setAllowFileAccess(true);
settings.setGeolocationEnabled(true);
settings.setDatabasePath(this.getContext().getApplicationInfo().dataDir + "/databases/");
this.js_interface = new IITC_JSInterface(c);
this.addJavascriptInterface(js_interface, "android");