mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
31 lines
1.0 KiB
Markdown
31 lines
1.0 KiB
Markdown
---
|
|
description: >-
|
|
Browse over 250 Cordova plugin wrappers for Ionic with TypeScript support.
|
|
Each plugin includes installation instructions, supported platforms, and usage
|
|
documentation.
|
|
---
|
|
|
|
# Plugins
|
|
|
|
Browse the full list of available plugin wrappers in the sidebar. Each plugin page includes:
|
|
|
|
- **Installation commands** for the Cordova plugin and TypeScript wrapper
|
|
- **Link to the plugin repository** for native documentation
|
|
- **Supported platforms** (Android, iOS, Browser, etc.)
|
|
|
|
## Installing a Plugin
|
|
|
|
Every plugin requires two packages: the native Cordova plugin and the Awesome Cordova Plugins TypeScript wrapper.
|
|
|
|
```bash
|
|
# Install the Cordova plugin
|
|
ionic cordova plugin add <cordova-plugin-name>
|
|
|
|
# Install the TypeScript wrapper
|
|
npm install @awesome-cordova-plugins/<plugin-name>
|
|
```
|
|
|
|
## Missing a Plugin?
|
|
|
|
If you can't find a plugin wrapper, [open an issue](https://github.com/danielsogl/awesome-cordova-plugins/issues) or [submit a PR](https://github.com/danielsogl/awesome-cordova-plugins/blob/main/DEVELOPER.md) to add it.
|