nativescript-pdf-view icon indicating copy to clipboard operation
nativescript-pdf-view copied to clipboard

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

Open mkarthik415 opened this issue 8 years ago • 2 comments

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

mkarthik415 avatar Dec 27 '17 16:12 mkarthik415

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

nmongiya avatar Mar 01 '18 00:03 nmongiya

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

angelscat avatar Mar 05 '18 09:03 angelscat