@KimWong wrote:
i am using the example in :
https://github.com/driftyco/ionic2/tree/master/ionic/components/slides/test/basicAnd i want to pinch to zoom the image in the Slider so that i add the class ion-scroll-zoom in the slides. But it seems not work.
<ion-slides [options]="extraOptions" id="slider" style="background-color: black" class="ion-scroll- zoom"> <ion-slide *ngFor="#image of images"> <img data-src="{{getImageUrl(image)}}" slide-lazy> </ion-slide> </ion-slides>
Posts: 1
Participants: 1