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 2020/01/14 04:23:21 UTC

[GitHub] [cordova-plugin-file] sudarshanadayananda commented on issue #346: File Path Issue in iOS 13.1

sudarshanadayananda commented on issue #346: File Path Issue in iOS 13.1
URL: https://github.com/apache/cordova-plugin-file/issues/346#issuecomment-573993664
 
 
   > This is probably not a lasting solution, but I managed to restore functionality for uploading videos from the photo library in my app, so I guess that's good :)
   > 
   > The problem is in `cordova-plugin-camera`:
   > It seems that the path is actually correct, but that the url simply gets invalidated too soon, causing the file manager to not be able to find the file. The workaround is to keep a reference to the `info` object passed to the `imagePickerController:didFinishPickingMediaWithInfo:` method of the UIImagePickerControllerDelegate, and thus preventing the url from being invalidated.
   > 
   > This is what worked for me:
   > [kkabell/cordova-plugin-camera@b1b0c94](https://github.com/kkabell/cordova-plugin-camera/commit/b1b0c9499b6b5c18d109671967e1218e05428e0a)
   
   you save my day dude. thanks a lot.

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