sampalm opened a new issue #227: URL: https://github.com/apache/cordova-plugin-media-capture/issues/227
### Issue Type - [ x] Bug Report - [ ] Feature Request - [ ] Support Question ## Description ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> I'm working on a project using Ionic 3,x and Angular2. We're trying to use media-capture to record videos and it seems to work fine on any tablet with Android below 11, when we try to record a video using a Galaxy Tab A7 SM-T505 with an Android version 11 last updated at 1st February 2021 the app closes immediately logging out that error:  I'm pointing out that that error only occurs with that tablet on that android version in particular. ### Command or Code <!-- What command or code is needed to reproduce the problem? --> this.mediaCapture.captureVideo(this.videoOptions).then((mediafile: MediaFile[]) => { console.log('result ', mediafile); }); ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Cordova CLI, Ionic framework, Android Studio ## Checklist <!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` --> - [ x] I searched for already existing GitHub issues about this - [ ] I updated all Cordova tooling to their most recent version - [x ] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
