I\'m trying to build my first Cordova app and I can\'t get a plugin to work.
My app was built using the Cordova command line interface, so I\'ve added the Camera plu
I had the same problem with phonegap 3.6. By updating phonegap, the problem is solved.
npm update -g cordova
Obviously, one must have the desire to update phonegap :)