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

perPage responsive draggable issue #128

Closed
woodscreative opened this issue Jan 23, 2018 · 1 comment
Closed

perPage responsive draggable issue #128

woodscreative opened this issue Jan 23, 2018 · 1 comment

Comments

@woodscreative
Copy link

Hi, it seems in my Chrome or Safari, the perPage demo (https://codepen.io/pawelgrzybek/pen/dWbGyZ) items are not draggable even when draggable is true. Also in this previous bug issue pen (https://codepen.io/kplaneta/pen/ooqJrg) I cannot drag until I have clicked on a page number to fire the goTo() function in the navigation.

I used the latest version locally and have the same issue. My workaround is to call the goTo() method after creating the instance as startIndex property didn't work.

var carousel = new Siema({
  perPage: {
    500 : 2,
    800 : 3
  },
  startIndex: 0,
  draggable: true,
  loop: true
});
carousel.goTo(0);
@pawelgrzybek
Copy link
Owner

Hi Paul.

Thanks for reporting. It has been fixed and sorry for this bug.

Thanks a lot for using Siema 🥑

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

2 participants