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

Hi, cordova-plugin-media-capture plugin is not working on the browser platform(chrome) and getting CaptureError {code: 20} when I try to capture video.

Fix a bug with modal presentation style controller dismissing on iOS 13 and above. For now, only for audio capture controller. ### Platforms affected iOS 13 and above. ### Motivation...

### Platforms affected iOS ### Motivation and Context iOS 13 records video at 360p https://forum.ionicframework.com/t/media-capture-video-is-low-quality/103774/24 ### Description @maxpaj made the changes @jcesarmobile asked for in #48 and #65, but I...

Swiping away the recording modal on iOS 13 causes the plugin * to never stop in the background * never to call any callback * to prevent you from starting...

platform: ios

Hello guys, Im using this plugin to capture video, the videos are recorded properly and so is the videoURL returned. I move the file to a private location and encrypt...

While recording video, it says Size limit reached on few phones

### Issue Type - [ ] Bug Report - [ ] Feature Request - [x] Support Question ## Description ## Information ionic webview position move upward like these. https://dl.dropbox.com/s/lbrgn0oiaui0ij1/issue_report_01.GIF ![IMB_J30sJ3](https://user-images.githubusercontent.com/43225980/102744222-a9f07780-439c-11eb-8ef0-e0aa91afd99c.GIF)...

# Bug Report ## Problem ### What is expected to happen? Plugin unnecessary requires `RECORD_AUDIO`, `WRITE_EXTERNAL_STORAGE`, and `READ_EXTERNAL_STORAGE` permissions. `RECORD_AUDIO` only is required if the app uses the microphone APIs...

platform: android

# Bug Report ## Problem When I call navigator.device.capture.captureAudio on iOS, the audio capture tool pops up, but I can't hit the "record" button because it's cut off. ### What...

# Bug Report ## Problem I can't use `cordova-plugin-file` to access a recorded video on iOS. ### What is expected to happen? I should be able to use the following...