any good example for pinch zoom image ?
I tried below code and its not working.
<ion-content padding class="image">
<ion-scroll zoom="true" maxZoom="20" scrollX="true" scrollY="true" >
<img src="image.jpg" >
</ion-scroll>
</ion-content>