cordova-plugin-camera
cordova-plugin-camera copied to clipboard
Apache Cordova Plugin camera
…ideo browser resize Reported issue https://issues.apache.org/jira/browse/CB-12873 ### Platforms affected browser platform ### What does this PR do? The browser version of the camera plugin is missing Adds options to configure...
Building a Cordova App that uses Android 3.x and Jetpack does not build with the below errors: - Error:(25, 34) error: package android.support.v4.content does not exist I'm not able to...
### Platforms affected Windows ### Motivation and Context The plugin was leaving lots of temporary files around in the local root directory. This PR adds code to delete these temporary...
# Feature Request Multiple images selection from photo library or saved photo album (Configurable Parameter). ## Motivation Behind Feature As of now, we can configure the camera plugin to select...
# Feature Request ## Motivation Behind Feature If the plugin threw structured errors having an error code and an error message, developers could handle these errors without relying on magic...
the problem occurs in android when the phone have the sd shared has a internal memory this is the options constant that i use `const options: CameraOptions = { sourceType:this.camera.PictureSourceType.CAMERA,...
A very simple picture capture snippet is not working on browser (chrome Version 71.0.3578.98) or firefox. I'm using a mac. ``` document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { console.log(navigator.camera); document.getElementById("cameraTakePicture").addEventListener("click", cameraTakePicture);...
# Bug Report ## Problem ### What is expected to happen? When setting `targetWidth` and `targetHeight` on the captured image, one expects to get the highest quality scaled image possible...
# Bug Report ## Problem ### What is expected to happen? I should not get black screen if i clicked so fast while i just moving to camera. 1. camera...
Hello, **cordova-android": "7.0.0"** **OS version** 7.1.2 **Device** Redmi 4x The editing works fine when source type is camera, but nothing happens when we select PHOTOLIBRARY. `const options: CameraOptions = {...