外部链接不会在cordova inapbrowser中打开

时间:2016-06-20 18:38:23

标签: android angularjs cordova ionic-framework

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://*/*" />

0 个答案:

没有答案