breautek commented on issue #394:
URL: 
https://github.com/apache/cordova-plugin-file/issues/394#issuecomment-647642774


   > Do you know, if I must add the cdvfile-protocol like the app-protocol to 
my config.xml, or does it function without it?
   
   I'm not sure, this is not something I use in my apps. You may have to 
experiment. Any file I write/manipulate with the file plugin, I use the file 
reader API to read it. Which does lead to another work around, which is reading 
blobs and using [object 
urls](https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL), 
but the `convertFilePath` looks much more cleaner, and might work better with 
larger files... like videos.
   
   > I can't view the discussion, because the workspace-administrator must 
invite me and I don't know how I can do that :)
   
   Oh that's odd... our slack is public via http://slack.cordova.io/ maybe you 
need to register first to see the discussion.


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to