diff --git a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java index 5df5cbac..f52379d3 100644 --- a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java +++ b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java @@ -59,6 +59,7 @@ public class CordovaWebViewTestActivity extends Activity { //Set up the webview ConfigXmlParser parser = new ConfigXmlParser(); + parser.parse(this); SystemWebView webView = (SystemWebView) findViewById(R.id.cordovaWebView); cordovaWebView = new CordovaWebViewImpl(this, new SystemWebViewEngine(webView));