voronianski / swipe-js-iso

Universal (a.k.a isomorphic) version of Swipe.js
https://www.npmjs.com/package/swipe-js-iso
MIT License
187 stars 57 forks source link

auto-swipe stopped after swipe-left/right by touch #26

Closed shurong-kavout closed 5 years ago

shurong-kavout commented 5 years ago

line222: delay = 0; cause auto-swipe stopped after swipe-left/right.

This should be delay = options.auto || 0;

1550544116139

Cyberlane commented 5 years ago

I have created a PR with the fix, I will test and merge it tomorrow.

xiazhiqiang commented 5 years ago

Hi,@Cyberlane. This issue will cause the problem described by @shurong-kavout. I also encounter this. I try to modified line222 like above. It looks well. So I sincerely ask when this issue can be fixed and merged into master?

Cyberlane commented 5 years ago

Fixed, I will create a release within the hour.

StarInworld commented 5 years ago

I meet the same problem, i think you have fix it, but not publish new NPM package. When can i use the new Version of 2.1.6?

zg1037 commented 4 years ago

I have the same problem. When I click the previous page or the next page, the automatic rotation fails. What should I do