I am trying to use the Childbrowser plugin in my application. My code is as follows:
ChildBrowser.prototype.showWebPage = function(url, options) {
options = options || {
showLocationBar: true,
locationBarAlign: "top"
};
//Code Runs up to this point
cordova.exec(this._onEvent, this._onError, "ChildBrowser", "showWebPage", [url, options]);
};
The last line of the code does nothing. It's not giving any errors, but the webpage is not shown. I am using Android 2.3.