A Capacitor plugin to export files using the Android SAF (Storage Access Framework) API and iOS UIDocumentPickerViewController
npm install capacitor-export-fileA Capacitor plugin to export files using the Android SAF (Storage Access Framework) API and iOS UIDocumentPickerViewController.
- Supports Capacitor v7.
- Works on Android, iOS & Web
* Kotlin must be configured in your Android project (required for Android support).
* iOS 16.0+ is required for the iOS implementation.
``bash`
npm install capacitor-export-file
npx cap sync
`typescript`
exportFile(options: { uri: string; filename?: string; }) => any
| Param | Type |
| ------------- | ------------------------------------------------ |
| options` | { uri: string; filename?: string; } |
Returns: any
--------------------