I am trying to add InMobi ads into my Phonegap application. The problem is, some of the ads open in the phonegap browser rather than redirecting to the phone's built in browser. Here is the code for implementing the ads. Any ideas on how I could redirect these links?
<script type="text/javascript">
var inmobi_conf = {
siteid : "HIDDEN",
slot : "15",
sticky: "bottom"
};
</script><script type="text/javascript" src="http://cf.cdn.inmobi.com/ad/inmobi.js"></script>