I am working on an app that includes taking pictures and sharing / rating them. What I would like is the built in image viewer with an overlay to share and rate the picture. Is there such a thing? It would be nice to have tap and zoom…
Are you looking for something like the camera app in iOS that lets you swipe between photos and then zoom in on some?
What you could do is use the <ion-slide-box> with a <ion-content> inside each one with an image, that should let you scroll it at least if it exceeds the bounds. We need to look into making it zoomable.