This repo stores plugins that are built by the Cordova team, but are not supported as "core" plugins. The plugins themselves are in branches of this repo.
The plugins have been moved from subfolders to branches because in Cordova 7, the ":" subfolder syntax will not be supported anymore, thus you can't install plugins from subfolders from URLs. The "#" notation will still be supported to signify what branch to grab the plugin from.
Please make sure that you are contributing to the right plugin branch or a new branch. All pull requests to the master
branch will be rejected unless it's a README.md update. New plugin branches should update the master
branch README.md's Usage
section.
Create Obj-C test files and js test stub for a plugin.
See branch
npm install -g https://github.com/apache/cordova-plugins#create-test-files
See README
cordova plugin add https://github.com/apache/cordova-plugins#keyboard
See README
cordova plugin add https://github.com/apache/cordova-plugins#local-webserver
See README
cordova plugin add https://github.com/apache/cordova-plugins#notification-rebroadcast
See README
cordova plugin add https://github.com/apache/cordova-plugins#notification
See README
cordova plugin add https://github.com/apache/cordova-plugins#tcpsocket
See README
cordova plugin add https://github.com/apache/cordova-plugins#wkwebview-engine-localhost