So i would like to allow the user to take pictures from in the app but i would like to use the device’s media library to store these pictures rather than storing them in the Documents directory of the app and yet from with in the app store a link to the image.
The captureVideo feature supports this … it returns a URL to the video captured that i can store and check its existence by trying to open the file, etc.
I’m having some trouble figuring out how one would do the same kind of thing with pictures. The two functions media.captureVideo and media.capturePhoto do not seem to be parallel in this.
Any insights are welcome.
Cheers,
m