Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Swipe is not working #110

Open
ghost opened this issue Dec 28, 2022 · 0 comments
Open

Image Swipe is not working #110

ghost opened this issue Dec 28, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 28, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants