View PDF import { DocumentV" /> View PDF import { DocumentV" /> View PDF import { DocumentV"/>

trying to view the pdf document using ionic document-viewer not working

77 Views Asked by At

I want to view a pdf document using ionic document viewer. it is not working in app.Pls help.

<a (click)="onlinePDF(row)"> View PDF

import { DocumentViewer, DocumentViewerOptions } from '@awesome-cordova-plugins/document-viewer/ngx';

async onlinePDF(row : any){ const options: DocumentViewerOptions = { title: 'View PDF' } this.document.viewDocument('https://unec.edu.az/application/uploads/2014/12/pdf-sample.pdf', 'application/pdf', options); }

when we click the link nothing happening.

i have the small sample project whatever i tried. if you want will share.

0

There are 0 best solutions below