The issues is discussed in more detail here: https://github.com/meteor/meteor/issues/3799
I am saving images in cordova and would like to access same via an <img
tag, which results in the following error
Not allowed to load local resource: file:///var/mobile/Containers/Data/Application/FFEDAE34-F254-45B8-A1D0-71B63C270D39/Library/NoCloud/myphoto.jpeg
My question to the community is. What is the best approach/workaround to deal with that? Nathan published a demo showing an approach using a web server to serve up files written to the file system with the file transfer plugin: https://github.com/nate-strauser/meteor-offline-mobile-files-demo.
However, I am not sure what the security implications of such an approach are? Are there alternatives or is this seen as a best practice approach for the time being?