Merott / nativescript-pdf-view

A basic PDF viewer plugin for NativeScript. Now maintained by @madmas: github.com/madmas/nativescript-pdf-view
Other
32 stars 35 forks source link

pdf file does not show up when using external url, with angular 5. #27

Open mkarthik415 opened 6 years ago

mkarthik415 commented 6 years ago

using import { PDFView } from 'nativescript-pdf-view'; import { registerElement } from 'nativescript-angular'; registerElement('PDFView', () => PDFView); <PDFView [src]="src" (load)="onLoad()">

nmongiya commented 6 years ago

It shows the following error => TypeError: Cannot read property 'OnLoadCompleteListener' of undefined

angelscat commented 6 years ago

@nmongiya I found this. https://github.com/Merott/nativescript-pdf-view/issues/28