Hello, I am beginner with phonegap / cord, and I've been having trouble understanding some things, such as installing plugins, no matter the way I do when I buildo project in phonegap's own website link , it does not detect the plugins that have been inserted.
For example, this simple email plugin:
I install via console: cordova plugin add https://github.com/katzer/cordova-plugin-email-composer.git
And I insert in my xml the reference: <gap:plugin name="de.appplant.cordova.plugin.email-composer" version="0.8.2" />
And then buildo it in the site, and in plugins does not appear this plugin inserted.
If anyone with experience with hybrid app can clarify, thank you right away.