Childbrowser plugin in Phonegap 1.7 can open only for the first time. I'm using Phonegap 1.7 and Childbrowser. Only for the first time child browser is working. After I closed the Childbrowser (pressed the done button) it's not opening again when I tried to open it.
My code is this:
$("a[target=_blank]").bind('click', function(e) {
e.preventDefault();
var thisUrl = $(this).attr('href');
cb.showWebPage(thisUrl);
alert("click");
});
When I click a link, the Childbrowser pops up and shows the page. I click "Done" and return. But when I click the link or another link, the Childbrowser doesn't pop any more, but the alert "click" shows every time.
p.s. I downloaded the Childbrowser plugin from here