pedropalau / react-bnb-gallery

Simple react-based photo gallery inspired by Airbnb image gallery.
https://peterpalau.github.io/react-bnb-gallery/
MIT License
219 stars 90 forks source link

Pinch-to-Zoom on mobile triggers next image load #39

Open sebqq opened 4 years ago

sebqq commented 4 years ago

Hello. First of all, thank you for this great lib!

I'm enctountering an issue on mobile devices (tested on safari - iOS). Whenever I perform Pinch-to-zoom gesture, to zoom into image, Gallery component automatically triggers next image loading.

Is there something I can do to prevent this behaviour?

Thanks.

pedropalau commented 4 years ago

Hi @sebqq, thank you very much for using this small library.

I'm enctountering an issue on mobile devices (tested on safari - iOS). Whenever I perform Pinch-to-zoom gesture, to zoom into image, Gallery component automatically triggers next image loading.

Interesting, I will test it and see what is happening ok?