layout: plugins
On April 21 2015, Cordova team announced plans to move core and 3rd party plugins to the npm ecosystem. The npm Plugin Search page offers an easy and user friendly way to browse plugins that have completed this transition.
To start using plugins from npm, Cordova CLI version 5.0.0 or higher is required.
Cordova team decided to change official plugin IDs from org.apache.cordova.* to cordova-plugin-* to better fit within the npm ecosystem. Developers can install a plugin using the command cordova plugin add [PLUGIN ID]
.
Plugin Search displays plugins in the form of cards. Each card contains important information about the plugin. Supported platforms are represented in the form of platform icons across the bottom of the card.
Core plugins have a blue strip on the left side of their card.
Yes! You can use Cordova Plugins from the old plugin registry.
See Cordova blog for more details. It’s being phased out:
Yes there are. Please take a look at Add Plugin Features for a more detailed guide.
You can help improve this site by opening issues or sending PRs on GitHub.