Hi, I've been developing a photo related application. In this app, users can upload photos by taking them or choosing existing ones from the photo library.
I'm using Cordova camera plugin and it works pretty well but I faced some problems.
When choosing an image from a photo library in phone, users cannot see pictures in a large view, they can only see small ones from a grid (in ios). I want users to preview a picture in a large view by selecting it and decide whether they want to upload it or not.
Is there any way that I can achieve this?
Thanks a lot in advance.