Ionic image pinch zoom

Hello !

I’m new with the framework and i currently work for an ios app.
i’m looking for zoom pinch on picture but i don’t find anything which work.
I tried zoom attribute in ion slide and ion scroll but didn’t work.
I also take a look at photo viewer plugin but also not working.

Can someone helps me ?
Thanks and best regards.

That is because the <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> in the index.html is preventing that interaction.

You will need to write your own methods to do this. Hammer.js is the engine used within Ionic, so I would start there.

So there is no solution provided by Ionic Framework unless we make our own?
Why Scroll (ion-scroll) element can take a “zoom” attribute if it will never work?

Any news?