cordova-plugin-camera
cordova-plugin-camera copied to clipboard
Apache Cordova Plugin camera
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...
# 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...
# 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...
#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...
### 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...
### 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]....
### 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,...