inappbrowser会打开,但它只显示一个白页,但网址是正确的。我的错是什么?
$scope.goToLink = function (url) {
window.open(url, "_blank", "location=yes");
}
HTML
<a ng-click="goToLink(card.link)"><i class="fa fa-globe redicon fa-2x"></i></a>
config.xml中
<access origin="*" />
<content src="index.html"/>
<access launch-external="yes" origin="tel:*" />
<access launch-external="yes" origin="mailto:*" />
<allow-navigation href="*" />
<allow-navigation href="http://*/*" />
<allow-navigation href="https://*/*" />
<allow-navigation href="data:*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />