I would like to open links in the same droidgap web view but not able to accomplish.
Solutions that I have tried already are..
In Android you can make external links to open inside the webview by setting
super.setBooleanProperty("loadInWebView", true);
<access origin="www.google.com"/>
to the phonegap.xml file.