cordova-plugin-camera
cordova-plugin-camera copied to clipboard
Apache Cordova Plugin camera
# Bug Report ## Problem After taking the picture app crashing randomly in iOS 14. Sometimes it allows to take picture more than 40-50 but sometimes it get crash after...
Hello, I would like to know if it is possible to remove compression when selecting video on iOS. My users use a lot of videos and I would like to...
While trying to crop images in an Ionic application I get the warning "Image edit is not supported" I have; 1. allowEdit: true, 2. targetWidth: 300, 3. targetHeight: 500 After...
# Bug Report ## Problem - Set **allowEdit:true** this error appear after crop the image ### What is expected to happen? - I expect that it might work normally ###...
# Bug Report ``` /** * PickVideo */ pickVideo(sourceType) { const options: CameraOptions = { sourceType, mediaType: this.camera.MediaType.VIDEO, destinationType: this.camera.DestinationType.FILE_URI, quality: 100, allowEdit: false, saveToPhotoAlbum: false, correctOrientation: true }; this.camera.getPicture(options)...
# Bug Report ## Problem ### What is expected to happen? It should always open gallery with all the available photos. ### What does actually happen? On some cases it...
# Bug Report ## Problem ### What is expected to happen? A quick selection should take a normal picture, and using it should return the success/error callback. ### What does...
# Bug Report crhasing application when take a photo in google photos ## Problem When activating the camera and taking the photo, it automatically saves the photo within Google Photos...
# Feature Request ## Motivation Behind Feature When adding a photo from the gallery/photo album, you have to specify the encoding type in advance (either JPEG or PNG). But ideally...
# Bug Report ## Problem On some Devices (Galaxy A20e (a20e) (SM-A202F) OS 10, Galaxy A40 (a40) (SM-A405FN) OS) the Android navigation bar overlaps the retake and ok button (pls....