cordova-plugin-camera
cordova-plugin-camera copied to clipboard
Apache Cordova Plugin camera
# Bug Report ## Problem Wen trying to select a video from the gallery an error occurs saying the path is not found. ### What is expected to happen? The...
### Platforms affected Android ### Motivation and Context - "W/System: A resource failed to call close" is logged whenever a Cursor object is left unclosed in this file. - `android.content.ContentResolver.query`...
…ayImage.png" ### Platforms affected Nothing. ### Motivation and Context Another Cordova Plug-in uses a Cordova camera also. Overlay view is the primary API of the iOS platform. I think the...
### Platforms affected Android ### Motivation and Context I was stucked from few days because i am not able to get correct path for the images selected using PHOTOALBUM but...
# Feature Request MIME-type filter for selecting from PHOTO ALBUM ## Motivation Behind Feature Give the plugin the ability to select only certain MIME types of images. For example, this...
Hi guys, I'm building Cordova 8.0 on a Samsung cell phone with Android 5.1. I'm using cordova.pluging.camera to take a photo and upload it to a server, and then present...
I have an app with Cordova, AngularJS 1.5, and Ionic v1. ``` ionic info Ionic: ionic (Ionic CLI) : 4.10.3 (C:\Users\User\node_modules\ionic) Ionic Framework : ionic1 1.3.5 @ionic/v1-toolkit : 1.0.22 Cordova:...
# Bug Report In iOS 13 and 14 after closing the camera (either taking a photo or cancel it) the content of the WebView goes beneath the status bar and...
# Bug Report ## Problem With the latest versions crop functionality is not working on Android 10 and 11 (target SDK 29) ### What is expected to happen? Cropped image...
# Bug Report ## Problem It always returns "No Image Selected" when source is PHOTOLIBRARY ### What is expected to happen? when I call getPicture() ``` import { Camera, CameraOptions...