CaiqueNds opened a new issue, #286:
URL: https://github.com/apache/cordova-plugin-media-capture/issues/286

   # Bug Report
   cordova-plugin-media-capture video not working android 13
   
   ## Problem
   In new versions of Android 13, it is not possible to move video files to the 
application directory, as the plugin is returning videos from the path 
file:///storage/emulated/0/DCIM/Camera/
   
   ### What is expected to happen?
   The returned path is expected to be:
   file:///data/user/0/myapp/cache/
   
   
   ### What does actually happen?
   the path returned by the plugin
   file:///storage/emulated/0/DCIM/Camera/
   
   
   ## Information
   use an android 13 and make a video. Check whether it will be stored in the 
dcim folder or in the application cache
   android bug sample:
   
![MicrosoftTeams-image](https://github.com/apache/cordova-plugin-media-capture/assets/11210991/7d2a0d1f-6f63-4272-b223-e6736d9c88f1)
   
   
   ### Command or Code
   you need to use the cordova-media-capture plugin and make a video
   and check that the video path is correct
   
   
   ### Environment, Platform, Device
   android 13 
   Samsung
   
   
   ### Version information
   cordova-android 12.0.0
   ionic 4
   android 
   
   
   
   
   ## Checklist
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to 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: issues-unsubscr...@cordova.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to