How to display cdvfile (cordova file protocol) as <img />

The cordova file plugin uses a local file path using the cdvfile protocol (cdvfile://localhost/*). How do you display cdvfile in meteor + cordova?

Hi @rjdavid! Have you found a solution? I’m having the same issue…
In Android app I’m using cdvfile://localhost/my-app-files which works fine. But in iOS it doesn’t…