cordova-plugin-camera
cordova-plugin-camera copied to clipboard
Apache Cordova Plugin camera
# Bug Report ## Problem ### What is expected to happen? Calling `camera.getPicture()` with options ``` getPicture({ sourceType: Camera.PictureSourceType.SAVEDPHOTOALBUM, destinationType: Camera.DestinationType.FILE_URI, } ``` should return a fileURL which can be...
### Platforms affected ios ### Motivation and Context I use the `cordova-camera-plugin` to upload videos to youtube at which time I realized that literally every upload ends up on being...
# Bug Report ## Problem Camera wont open on OnePlus 7T. Works as intended on every other device we have tested with, including emulators. Do you guys have any solution...
Not displaying Photo after success call back Not allowed to load local resource ### What is expected to happen? After taking a photo, using the file path to display the...
### Platforms affected Android ### Motivation and Context https://github.com/apache/cordova-plugin-camera/issues/679 https://github.com/apache/cordova-plugin-camera/issues/660 https://github.com/apache/cordova-plugin-camera/issues/656 Closes #679 Closes #660 Closes #679 ### Description Catch the RecoverableSecurityException and Requests permission to delete the media from...
So the plugin works on most of the devices, it works on IOS perfectly. But on android it works on some devices and on some devices once the picture is...
# Bug Report ## Problem Cannot use camera app after migration on cordova-android@latest and cordova-plugin-camera@latest versions on GP-3. Tested on - huawei p20 pro - android 10 / IMUI 10...
# Bug Report ## Problem In Version 5.0.2, I was not able to select video from the photo library. ### What is expected to happen? The video should be selected,...
As per documentation: https://cordova.apache.org/docs/en/10.x/reference/cordova-plugin-camera/#cameraoptions-errata "encodingType" should be ignored when source type is PHOTOLIBRARY or SAVEDPHOTOALBUM. How ever when "encodingType" is set with "Camera.EncodingType.JPEG" and selecting a png picture from album...
I am building an Android application using Cordova and cordova-plugin-camera. From what I understand, this plugin will trigger native Camera of Android and will allow to make a photo that...