how to open an image in image gallery
Hi,
I follow this example https://devcenter.appery.io/tutorials..., and set the sourceType = 'PhotoLibrary'. Thus, when the button is clicked, it pops up the dialog for me to choose the application to use to open the image gallery, and I choose the image. This is the behaviour I want.
However, my question is, once I have the image displayed inside my app, when I click on the image, how do I open back the image in the image gallery? Basically, I want my app to create a link to the image in the photogallery, so the user will be able to open the image on their phone using their phone gallery.