cordova-plugin-camera icon indicating copy to clipboard operation
cordova-plugin-camera copied to clipboard

Apache Cordova Plugin camera

Results 152 cordova-plugin-camera issues
Sort by recently updated
recently updated
newest added

# Bug Report ## Problem While running an app built for electron platform (same issue on browser platform too) using the plugin and choosing to select from file it adds...

platform: browser
platform: electron

# Feature Request ## Motivation Behind Feature Actually the edittion mode is **only** available for images taken from the camera but not for the selected one from the photo library....

platform: android
has-repro

# Bug Report ## Problem Empty filename (.Pic.) causes invalid file path and unable to differentiate multiple images because of the same name ### What is expected to happen? There...

platform: android

I have an app written with Ioinc v1, Cordova and AngularJS 1.5.3. I am using this plugin to open the Gallery and Camera in my application. I have an issue...

platform: ios

## Information In CameraProxy.js, whenever `canvas.toDataURL` is called, you can specify the quality for JPEG. `canvas.toDataURL('image/jpeg', 0.75);` (Basically, the quality / 100) Also, whenever `image.onload` is handled, it should also...

platform: windows

# Bug Report ## Problem Extra files are left in the local root directory if targetWidth or targetHeight is specified to getPicture() on the Windows platform. ### What is expected...

platform: windows
has-pr

# Bug Report ## Problem When specifying `DestinationType.FILE_URI`, the URL types on Windows UWP are different for images captured by the camera than they are for images selected from the...

platform: windows

# Bug Report ## Problem This problem occurs on Android devices: The exif location tags are removed from the image when images taken with camera are selected from Samsung Gallery...

platform: android

If you have following setup: ``` navigator.camera.getPicture( SuccessCallback, ErrorCallback, { quality: 40, destinationType: Camera.DestinationType.DATA_URL, encodingType: Camera.EncodingType.JPEG, sourceType: Camera.PictureSourceType.PHOTOLIBRARY, correctOrientation: true, cameraDirection: Camera.Direction.FRONT } ); ``` and ``` OnTakePictureSuccess: function (ImageBase64)...

bug
has-repro

# Bug Report ## Problem ### What is expected to happen? I get a base64 encoded string of the picture from the camera. ### What does actually happen? I get...