mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-03-14 21:01:03 +08:00

CB-6190 - iOS camera plugin ignores quality parameter in some circunstances Added a check to not downscale if quality is 100 or sourceType != UIImagePickerControllerSourceTypeCamera (according to the docs, images from gallery aren’t downscaled). This closes #108