Files
awesome-cordova-plugins/docs/plugins
2026-03-21 17:05:36 -07:00
..
2026-03-21 17:05:36 -07:00
2026-03-21 17:05:36 -07:00
2026-03-21 17:05:36 -07:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2026-03-21 17:05:36 -07:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00
2021-09-29 13:46:28 +00:00

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.

# 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 or submit a PR to add it.