Photo Upload, photo appear cropped in the half after upload only on iOS

Hi guys, I’m using ngCordova Camera, and File Transfer to do image upload.

I’m getting an error only on iOS devices, after upload, the image appears cropped in the half.

Seems like the image stop at 66kb, any image has 66kb.

On Android the code is working fine.

Somebody already fixed some error like this?

Hmm, seems like it could be an issue with the plugin itself.
You should probably make an issue for it here.

@mhartington I fixed it changing encodingType from PNG to JPEG.

Thanks.