nathansearles / slidesjs

SlidesJS is obsolete and no longer maintained.
https://nathansearles.github.io/slidesjs/
1.72k stars 356 forks source link

TouchInput isn't working on iPhone #552

Closed fab1an closed 6 years ago

fab1an commented 11 years ago

I use slidesjs, but the touch-to-slide isn't working on my iPhone. It works on www.slidesjs.com

Is there anything I have to enable? I start slidesjs this way:

$('#slides').slidesjs({
                width: 960,
                height: 403,
                navigation: false,
                play: {
                    auto: true,
                    interval: 5000
                }
            });
fab1an commented 10 years ago

I stand corrected. It's not working if I set the z-index of slidesjs-container to -1. Which is required if I want the pagination-buttons ON the image.