kolkov / ngx-gallery

A simple responsive native gallery component for Angular 8+.
https://ngx-gallery.kolkov.ru/
MIT License
115 stars 56 forks source link

Image Swipe is not working #110

Open ghost opened 1 year ago

ghost commented 1 year ago

Hi, I'm using '@kolkov/ngx-gallery': 2.0.1 and hammerjs: "2.0.8" with angular 14.1.0. This is my gallery options which I'm using { width: '100%', height: '700px', imagePercent: 100, thumbnailsColumns: 8, thumbnailsMargin: 5, imageAnimation: NgxGalleryAnimation.Fade, lazyLoading: false, imageArrows: false, thumbnailsArrows: false, imageSwipe: true, thumbnailsSwipe: true, previewSwipe:true, }, I'm having difficulty in image swipe. I have tried many things but nothing works for me. Can any body guide me how can I enable image swipe for touch devices.