I\'m developping an app that you take pictures with phone and send to social networks. My App is developped with sencha touch 2 and Phonegap. When i try take a picture my app re
I almost got crazy with this.
You must to be pretty sure what options* are you using and passing to $cordovaCamera.getPicture(options*). For example, you'll get failure if you are using saveToPhotoAlbum (true or false), you will get always "camera cancelled" because Android doesnt have this option. Don't use this on your config on android.
Hope it helps!