Question On Media.show Options

Can someone tell me the difference between media.PhotoLibrary and media.SavedPhotosAlbum when calling media.show?  Is there a preference on which should be called on Android vs iOS?

good question … any clue as to the difference between these is not in the documentation

Hi guys,

As you can see in the docs, media.show() has been deprecated as of last year. You should use media.selectPhoto() and media.capturePhoto() instead.

http://docs.coronalabs.com/api/library/media/show.html

Best regards,

Brent

Right … i guess i missed that part as my curiosity was in regards to the same parameters are in the media.selectPhoto.

The documentation on them could use a bit of detail.  I think if figured them out in the mean time.

good question … any clue as to the difference between these is not in the documentation

Hi guys,

As you can see in the docs, media.show() has been deprecated as of last year. You should use media.selectPhoto() and media.capturePhoto() instead.

http://docs.coronalabs.com/api/library/media/show.html

Best regards,

Brent

Right … i guess i missed that part as my curiosity was in regards to the same parameters are in the media.selectPhoto.

The documentation on them could use a bit of detail.  I think if figured them out in the mean time.