6.0.2 • Published 1 year ago

capacitor-document-handler v6.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

capacitor-plugin-document-handler

Capacitor plugin to handle document downloading and opening

Install

npm install capacitor-document-handler
npx cap sync

API

downloadAndOpen(...)

downloadAndOpen(options: { url: string; filename: string; }) => Promise<any>
ParamType
options{ url: string; filename: string; }

Returns: Promise<any>


6.0.1

1 year ago

6.0.0

1 year ago

6.0.2

1 year ago

5.0.2

2 years ago

5.0.1

2 years ago