Annotatorjs 库与 Angular 4 的集成(离子应用程序)
Posted
技术标签:
【中文标题】Annotatorjs 库与 Angular 4 的集成(离子应用程序)【英文标题】:Integration of Annotatorjs lib with Angular 4 (ionic application) 【发布时间】:2017-07-11 18:41:42 【问题描述】:我正在尝试在我的 Ionic 3 应用程序(使用 Angular4)中使用 Annotatorjs 库 http://annotatorjs.org 版本 1.2.0 或 2.x.x。
我尝试了 1.2.7 版本(最新的 1.2.x):
let el = this.el.nativeElement;
el.annototar()
但是我得到了这个错误:TypeError: aa.annotator is not a function TypeError: aa.annotator is not a function
我也试过 v2 : var app = new annotator.App();
let el = this.el.nativeElement;
app.include(annotator.ui.main,
element: el
);
app.start();
我这里没有任何错误,但没有任何反应(当我尝试在元素 div 中选择一些文本时,不显示任何注释操作)
谢谢
【问题讨论】:
【参考方案1】:如果有人遇到同样的问题,请使用新版本 https://hypothes.is!
【讨论】:
以上是关于Annotatorjs 库与 Angular 4 的集成(离子应用程序)的主要内容,如果未能解决你的问题,请参考以下文章