To get around this. I use the phonegap api directly..
navigator.camera.getPicture(
....
....
{ quality: picQuality, targetWidth: picSize, allowEdit: false, correctOrientation: true, saveToPhotoAlbum: true, destinationType: navigator.camera.DestinationType.FILE_URI});
This works properly on 2.35, 3.1 and 4.03