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

Cannot use in Android 10+

Open julia-fix opened this issue 3 years ago • 2 comments

Issue Type

  • [ x] Bug Report
  • [ ] Feature Request
  • [ ] Support Question

Description

When trying to access a recorded file, Android 10+ raises EACCESS error because file is stored in folder that is not accessible by an app. I am aware of requestLegacyExternalStorage flag but it is not working for API level 30, and API level 29 cannot be used in the play Market updates anymore.

Information

Steps to reproduce: Record an audio or video Try to upload it to backend using FileTransfer or any other approach

Command or Code

Environment, Platform, Device

Android 10, Android 11

julia-fix avatar Nov 09 '21 22:11 julia-fix

Try the fork in #215

mirko77 avatar Apr 11 '22 10:04 mirko77

@mirko77 hello i cant find any forked plugin, what do you mean about your comment?

itshazlan avatar Dec 22 '22 12:12 itshazlan