A: A plugin is a bit of add-on code that provides JavaScript interface to native components. They allow your app to use native device capabilities beyond what is available to pure web apps.
- Plugin Search - Apache Cordova
- https://cordova.apache.org/plugins/faq.html
- [npm is the default package manager for the JavaScript runtime environment Node.js]
Cordova plugins are being used for instance by Outsystems Now (native web apps) to extend functionality of the mobile apps.
Example of plugins can be seen in the first link (Plugin Search).
Example of plugins can be seen in the first link (Plugin Search).