Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.0.0
Description
Using cordova 6.0.0, if you cordova create foo && cordova plugin add cordova-plugin-camera && cordova platform add ios, the plugins show up as installed in fetch.json and the plugins folder, but platforms/ios/www does not have any of the plugin javascript installed. If you then do a cordova prepare ios, the plugin javascript is added as expected.