mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
27 lines
693 B
Markdown
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)
|