cordova-plugin-camera
cordova-plugin-camera copied to clipboard
Apache Cordova Plugin camera
### Platforms affected iOS ### What does this PR do? Localizes messages hardcoded ### What testing has been done on this change? Works on Cordova based application ### Checklist -...
The camera plugin is working with Android 7.0 but not with a Samsung J9 2017 and Android 8.1.0. After calling Camera Plugin it crashs the App: ``` E/AndroidRuntime: FATAL EXCEPTION:...
# Bug Report ## Problem In iOS, when one selects a video from the gallery, a transcoding/compression process must be carried out. In iPhone one cannot interrupt or cancel this...
# Bug Report: Incorrect Orientation on Windows 10 We tried setting up with correctOrientation parameter and still the issue exist. The issue was fine until 2.3.1. After upgrading to 4.0.3,...
### Issue Type - [x] Bug Report - [ ] Feature Request - [ ] Support Question ## Description Using the camera plugin fails with an error. We are building...
# Bug Report Log cat snippet 07-12 17:14:04.884 1312-1483/in.test.app D/SERVER: Handling local request: http://localhost/svg/md-camera.svg 07-12 17:14:06.114 1312-1585/in.test.app I/Timeline: Timeline: Activity_launch_request time:1083912826 intent:Intent { act=android.media.action.IMAGE_CAPTURE flg=0x3 clip={text/uri-list U:content://in.test.app.provider/external_files/Android/data/in.test.app/cache/.Pic.jpg} (has extras) }...
# Bug Report `getExternalStoragePublicDirectory` is [deprecated in API level 29](https://developer.android.com/reference/android/os/Environment.html#getExternalStoragePublicDirectory(java.lang.String)) ## Problem I didnt run into any problem exactly but I was updating a plugin I maintain to work with...
### Platforms affected Android ### Motivation and Context allowEdit is not respected when source type is set to `PHOTOLIBRARY`. Looking into the code of the Camera plugin, I found that...
### Platforms affected Browser and Electron ### Motivation and Context Using the camera plugin with the `Browser` platform you can not specify the location, where the camera opens. Once you...
# Bug Report Black screen when select an image from gallery to edit ## Information Here's my code, when I tried to get an image from Gallery, it shows black...