jsor / jcarousel

Riding carousels with jQuery.
https://sorgalla.com/jcarousel/
MIT License
2k stars 734 forks source link

Carousel doesn't work properly on iphone with wrap:"circular" option #182

Closed ADmad closed 13 years ago

ADmad commented 13 years ago

You can check the circular carousel eg. http://sorgalla.com/projects/jcarousel/examples/static_circular.html on iPhone or an iPhone emulator found here http://www.puresimstudios.com/ibbdemo/ At the end of first rotation cycle when the last item scrolls out the first (cloned) item doesn't appear. You just get whitespace.

jsor commented 13 years ago

wrap: circular is broken. Thats one of the reaons why i'm rewriting jCarousel in the 0.3 branch.

ADmad commented 13 years ago

Good to know, really appreciate your work