-1

我正在尝试在我的 Ionic 3 应用程序(使用 Angular4)中使用 Annotatorjs 库http://annotatorjs.org版本 1.2.0 或 2.xx。

我尝试了 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 中选择一些文本时,不显示任何注释操作)

谢谢

4

1 回答 1

0

如果有人遇到同样的问题,只需使用新版本 https://hypothes.is

于 2017-07-12T23:03:34.717 回答