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