Files
awesome-cordova-plugins/docs/plugins/downloader/README.md
T
2026-03-21 17:08:43 -07:00

27 lines
693 B
Markdown

---
description: >-
Document Downloader plugin for Cordova and Ionic. This plugin is designed to support downloading files using Android DownloadManager.
---
# Document Downloader
This plugin is designed to support downloading files using Android DownloadManager.
## Installation
```bash
ionic cordova plugin add integrator-cordova-plugin-downloader
npm install @awesome-cordova-plugins/downloader
```
**Plugin Repo:** [https://github.com/Luka313/integrator-cordova-plugin-downloader.git](https://github.com/Luka313/integrator-cordova-plugin-downloader.git)
## Supported Platforms
- Android
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)