You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/25 13:31:17 UTC

[GitHub] [cordova-plugin-media-capture] edowney29 commented on issue #135: Read the video file on android

edowney29 commented on issue #135: Read the video file on android
URL: https://github.com/apache/cordova-plugin-media-capture/issues/135#issuecomment-535023730
 
 
   @phiferd I updated the snippet above to how we are using now in a production app released on the app store. With cordova there could be many unseen issues with versions and plugins. I can confirm that it working though. And here is the important stuff from the `config.xml`
   
   `<access origin="*" />`
   `<preference name="iosExtraFilesystems" value="library,library-nosync,documents,documents-nosync,cache,bundle,root" />`
   `<preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,cache,cache-external,assets,root" />`
   `<plugin name="cordova-plugin-media-capture" spec="^3.0.3" />
   `<engine name="android" spec="^7.0.0" />`
   `<engine name="ios" spec="^5.0.1" />`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org