cordova-plugin-media-capture icon indicating copy to clipboard operation
cordova-plugin-media-capture copied to clipboard

Apache Cordova Media Capture Plugin

Results 87 cordova-plugin-media-capture issues
Sort by recently updated
recently updated
newest added

### Platforms affected iOS ### Motivation and Context Review existing Localizable.strings ### Description Update ES Localizable.strings and add FR for french translations. ### Testing . ### Checklist - [ ]...

### Android ### Motivation and Context Since the [Storage updates](https://developer.android.com/about/versions/11/privacy/storage) in Android 11, it would be impossible for app to get access to files (image, audio, video) saved into MediaStore...

enhancement
platform: android

# Bug Report ## Problem ### What is expected to happen? Starts video recording on iOS 15.2 ### What does actually happen? App crashes on video request on iOS 15.2...

info-needed

# Bug Report ## Problem ### What is expected to happen? Starts video recording on Android 12 ### What does actually happen? App crashes on video when starting the recording...

# Bug Report ## Problem I have set duration for video capture into code but still unable to see into OnePlus. It's working into Redmi and other devices. Please anyone...

info-needed

# Bug Report ## Problem Launch the camera to capture a photo; take the photo; examine the opject returned. The `fullPath` property of the returned object is something like `file:///storage/emulated/0/Pictures/1652174370741.jpg`,...

Hello, I'm trying to take a video on an iPhone but the resolution is poor, see example here Video with native Camera app: ![test1](https://user-images.githubusercontent.com/12149812/46537319-46f49200-c8b1-11e8-9e5c-3f26c67dcc06.PNG) Video within the app, via the...

support
platform: ios

### Platforms affected iOS ### Motivation and Context Capturing audio is returning a mediaDictionary without its `type` attribute. ### Description 1. `getMediaDictionaryFromPath` should always set `type` for returned fileDict, either...

### Platforms affected Package ### Motivation and Context Warn logged while adding plugin with verbose option: ``` $ cordova plugin add cordova-plugin-media-capture -d ... Ignoring invalid version in cordova-plugin-media-capture cordovaDependencies:...

### Platforms affected Android ### Motivation and Context Prevent app crash after capture and show error if no content or no access to it ### Description 1. minimal fix #227...