ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
50.94k stars 13.52k forks source link

Ionic slide zoom is not working in ionic 3 #14019

Closed noor07 closed 5 years ago

noor07 commented 6 years ago

Ionic version: (check one with "x") (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) [ ] 2.x [x] 3.x [ ] 4.x

I'm submitting a ... (check one with "x") [x] bug report [ ] feature request

hey Everyone ionic slider zoom is not woking, please help,

This is my Code:-

<ion-slides zoom>
  <ion-slide>
  <img src="asset/img/image name" />  
</ion-slide>
  </ion-slides>

And I tried this too:-

<ion-slides zoom>
  <ion-slide>
    <div class="swipe-zoom-cotainer">
  <img src="assets/img/image `name"` />  
  </div>
</ion-slide>
  </ion-slides>

Please suggest something....

noor07 commented 6 years ago

Any Help???

anxinghuang commented 5 years ago

@noor07 I got same issues, but my finally solution is setting slides options, you can review slides docs

ionitron-bot[bot] commented 5 years ago

This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there.

If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know!

Thank you for using Ionic!

ionitron-bot[bot] commented 5 years ago

Issue moved to: https://github.com/ionic-team/ionic-v3/issues/572