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

# Bug Report ## Problem ### What is expected to happen? camera.getPicture() to return a valid file_URI in the form of `content://media/external/images/media/2` when Camera.DestinationType = FILE_URI ### What does actually...

# Bug Report ## Problem Using PICTURE_SOURCE_TYPE_SAVED_PHOTO_ALBUM as source on IOS 15 does not return any callback even though you have selected the image. ### What is expected to happen?...

I am getting error in camera while taking photo. (gallery is working fine). It throws 20 as a error. I am implemented below plugin: "com.scgateway.phonegap": "git+https://github.com/smallcase/gw-mob-sdk-cordova.git", if I delete this...

# Bug Report When selecting video from camera source, the opened screen only shows PHOTO option and no video recording option. ### What is expected to happen? Should allow video...

platform: ios

It doesn't work when I using the captured image using the camera. It always returns "No Image Selected". Code 1 ``` function getpic() { navigator.camera.getPicture(cameraCallback, onFail, { destinationType: Camera.DestinationType.DATA_URL });...

### Issue Type - [x] Bug Report - [ ] Feature Request - [x] Support Question ## Description The app crashes when the photo is captured. Error checked on Android...

info-needed
platform: android

# Bug Report Crashlytics is giving us "Unable to create bitmap!" error for some users who try to take a picture. ## Problem An error happens as the user uploads...

info-needed
platform: android

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Closes https://github.com/apache/cordova-plugin-camera/issues/545 If the video transcoding process is interrupted (generally by the user), an empty string is returned as file uri.

# Bug Report ## Problem Exif data is getting lost when opening an image from the photo library on an android device. This is in continue to #329. Related to...

platform: android