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/10/19 02:50:29 UTC

[GitHub] [cordova-plugin-camera] tmk1991 edited a comment on issue #506: iOS13 file_uri error picking video from gallery

tmk1991 edited a comment on issue #506: iOS13 file_uri error picking video from gallery
URL: https://github.com/apache/cordova-plugin-camera/issues/506#issuecomment-544044335
 
 
   The directory for videos simply changed. I parse the file uri response to add in file:/// if missing and to remove `private` if its in the path. However, the change seeps to be within the URL :
   
   Videos Broken:
   file:///private/var/mobile/Containers/Data/`PluginKitPlugin`/...
   
   Photos work:
   file:///var/mobile/Containers/Data/`Application`/...
   
   Even if i switch to DATA_URL it still returns the path above on videos
   

----------------------------------------------------------------
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