mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
30 lines
624 B
Markdown
30 lines
624 B
Markdown
---
|
|
description: >-
|
|
Media plugin for Cordova and Ionic. This plugin provides the ability to record and play back audio files on a device.
|
|
---
|
|
|
|
# Media
|
|
|
|
This plugin provides the ability to record and play back audio files on a device.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-media
|
|
npm install @awesome-cordova-plugins/media
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/apache/cordova-plugin-media](https://github.com/apache/cordova-plugin-media)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- Browser
|
|
- iOS
|
|
- Windows
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|