---
title: Cordova Plugins
description: Native Cordova plugins by Capawesome — add Live Updates and other capabilities to your Apache Cordova apps for Android and iOS.
---

# Cordova Plugins

Cordova plugins let you access native device features and third-party SDKs from your Apache Cordova app through a single JavaScript API that works across Android and iOS.

This page lists our Cordova plugins. Open a plugin's page for installation steps, supported platforms, and the full API reference.

## Plugins

- [Live Update](live-update.md) — Ship over-the-air updates with auto-update and rollback.

## FAQ

### What are Cordova plugins?

Cordova plugins are packages that expose native Android and iOS functionality through a unified JavaScript API. They let you call platform features from the same codebase, without writing native code yourself. To learn more about the underlying framework, see the [official Apache Cordova documentation](https://cordova.apache.org/docs/en/latest/){:target="_blank"}.

### Are these Cordova plugins free?

Most plugins are open source and free to use, while a few are offered as paid plugins through [Capawesome Insiders](../../insiders/index.md). Licensing and pricing are documented on each plugin's page.

### Which platforms do the plugins support?

The plugins support Android and iOS. The supported platforms are listed at the top of each plugin's documentation page.

### How do I get support?

For bugs and feature requests, open an issue on the plugin's GitHub repository. For dedicated help, see our [support options](/docs/support/).

## Next steps

- Explore [Capawesome Cloud](../../cloud/index.md) for Live Updates, Native Builds, and App Store Publishing.
- Browse our [Capacitor plugins](../capacitor/index.md).
- View the source on [GitHub](https://github.com/capawesome-team){:target="_blank"}.
- Need help choosing or integrating a plugin? See our [support options](/docs/support/).
