nikini / ionic-gallery-modal

Ionic Gallery Modal (to show all your photos)
166 stars 84 forks source link

After close gallery-modal (dismiss) I can't open new gallery-modal #33

Closed ArtKuz closed 6 years ago

ArtKuz commented 6 years ago

Hello. After close gallery-modal (dismiss) I can't open new gallery-modal. I can open gallery-modal only once. I think that the problem is in dismiss. Why you don't use pop? Maybe I'm doing something wrong?

...
 openImage(imageUrl) {
    let modal = this.modalCtrl.create(GalleryModal, {
      photos: [{
        url: imageUrl,
      }],
      initialSlide: 0,
    });
    modal.present();
  }
...
ArtKuz commented 6 years ago

I finded problem in scroll.