You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: