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

I have copied all of the example code and I have used this plugin countless times, but on a new install when I call teh camera it opens a recent's...

support
platform: android

# Bug Report ## Problem After I take a picture my entire app goes into landscape mode temporarily. ### What is expected to happen? Should not switch the rotation of...

has-repro

# Bug Report ## Problem ### What is expected to happen? camera.getPicture() with SourceType = Camera.PictureSourceType.PHOTOLIBRARY and DestinationType = FILE_URI should return a fileUri which can be resolved by window.resolveLocalFileSystemURL()...

Situation: I use the plugin, to chose a png file form my camera roll. and display it in an `` tag using the `FILE_URI` Expected Behaviour: The transparent background on...

bug
platform: ios

#425 Bug Report ## Problem When I fire off the function to select an image from the camera roll, the device screen flashes white and pauses slightly before opening the...

# Bug Report Once I click the image and kill the app without clicking OK button of camera, in android image remain saved and keep showing in gallery. when I...

### Platforms affected - iOS ### What does this PR do? - Does not crash the Cordova app which uses the plugin with corrupted image ### What testing has been...

bug
enhancement
platform: ios

### Platforms affected Browser ### What does this PR do? Skip the step to load an image from file system when camera.getPicture() ought to load file from the file system...

enhancement
platform: browser

### Platforms affected ### What does this PR do? ### What testing has been done on this change? ### Checklist - [x] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to [email protected]....

bug
platform: ios

### Platforms affected Android, iOS (i can not test for other platforms) ### What does this PR do? When setting targetWidth and targetHeight to a bigger size than original picture,...

enhancement
platform: android
platform: ios