Adding 2.1 DOM Storage

This commit is contained in:
Brock Whitten
2010-03-02 11:14:20 -08:00
parent 1d4a67cdad
commit 6b269b85d2
2 changed files with 34 additions and 0 deletions
+3
View File
@@ -109,6 +109,9 @@ public class DroidGap extends Activity {
WebViewReflect.setStorage(settings, true, "/data/data/" + appPackage + "/app_database/");
// Turn on DOM storage!
WebViewReflect.setDomStorage(settings);
/* Bind the appView object to the gap class methods */
bindBrowser(appView);
if(cupcakeStorage != null)