Hi,
I am trying to open a web page in the app using childbrowser,
this is the code I used, however I am missing something,
I have the code on button click
error in console is
ReferenceError: ChildBrowser is not defined
[Break On This Error]
var childBrowser = ChildBrowser.install();
this is the code i used
var childBrowser = ChildBrowser.install();
window.plugins.childBrowser.showWebPage('http://google.com');