【发布时间】:2016-06-09 19:15:43
【问题描述】:
我正在尝试在我的页面上插入 web-view 并收听“loadFinishedEvent”... 但为此,我需要在我的 component (ts 文件)中找到 webview,通过 nativescript 方式我需要用标签包装我的 xml(UI):
<Page xmlns="http://schemas.nativescript.org/tns.xsd
但是这样做我得到了这个错误: “TypeError: this.page.frame._getNavBarVisible 不是函数”,并且没有 Page 标签,我已经尝试过一些方法但没有成功...
我也没有找到任何样本,谁能帮助我?
【问题讨论】:
标签: angular nativescript angular2-nativescript