AngularJs在cordova app中打开外部链接

时间:2016-04-28 12:31:08

标签: angularjs cordova-plugins angularjs-filter ngsanitize

在cordova app中使用ng-bind-html尝试打开外部链接。

  1. 我已安装InAppBrowser插件enter image description here

  2. 然后我按照以下步骤进行操作 https://gist.github.com/rewonc/e53ad3a9d6ca704d402e

  3. 执行带有过滤器的代码,并将其中的链接更改为window.open代码的href。

  4. 但是当我点击链接时没有任何反应。

    我还缺少什么?

    enter image description here

1 个答案:

答案 0 :(得分:0)

以下是使用ng-bind-html

的html
<div class="card" ng-if="extendedDescription">
            <div class="item item-divider">
                Ext Description
            </div>
            <label class="item item-text-wrap">
                <span ng-bind-html="extendedDescription">
                </span>
            </label>
        </div>

span元素包含在label元素中,因为没有任何事件被触发更改

  

the <label to only contain <span