leonardosalles / ionic2-zoom-area

A zoom area component with pinch support
MIT License
33 stars 13 forks source link

zoom-area is blank if inside an ion-card #5

Closed jimmy-tfp closed 6 years ago

jimmy-tfp commented 6 years ago
<ion-content padding>

  <ion-card>

    <zoom-area>
      <img src="logo.png" alt="zoom it">
    </zoom-area>

    <ion-card-content>
      <ion-card-title>
        Nine Inch Nails Live
      </ion-card-title>
      <p>
        The most popular industrial group ever, and largely responsible for bringing the music to a mass audience.
      </p>
    </ion-card-content>
  </ion-card>

</ion-content>
leonardosalles commented 6 years ago

I am investigating this issue, it seems to works perfectly in Ionic 3.9.2, which version are you using? Can you please add your ionic info?

leonardosalles commented 6 years ago

After check, cards will be not supported at this time. Please consider to use it without cards.

zearaez commented 5 years ago

It is not even working with <pre> tag.