Native PDF viewer for Android & iOS
npm install capacitor-pdf-viewer
npx cap sync
open(options: { url: string; title?: string; toolbarColor?: string; toolbarTitleColor?: string; }) => Promise<void>
Param | Type |
---|---|
options |
{ url: string; title?: string; toolbarColor?: string; toolbarTitleColor?: string; } |