5.0.1 • Published 2 years ago

capacitor-plugin-document-handler v5.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

capacitor-plugin-document-handler

Capacitor plugin to handle document downloading and opening

Install

npm install capacitor-plugin-document-handler
npx cap sync

API

downloadAndOpen(...)

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

Returns: Promise<any>