In the Appforms-Template-v3 folder execute:
$ cordova create cordova --link-to www
Then add the following to the config.xml:
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="cordova-plugin-device" spec="~1.1.2" />
<plugin name="cordova-plugin-network-information" spec="~1.2.1" />
<plugin name="cordova-plugin-geolocation" spec="~2.2.0" />
<plugin name="cordova-plugin-file-transfer" spec="~1.5.1" />
<plugin name="cordova-plugin-camera" spec="~2.2.0" />
<plugin name="phonegap-plugin-barcodescanner" spec="~4.1.0" />
<plugin name="cordova-plugin-media-capture" spec="~1.3.0" />
<plugin name="cordova-plugin-console" spec="~1.0.3" />
<plugin name="cordova-plugin-media" spec="~2.3.0" />
<plugin name="com.feedhenry.plugin.device" spec="https://github.com/feedhenry/fh-cordova-plugin-device.git" />
Add the platform and with a cordova prepare
the plugins will be installed