austenpayan / skippr

A super simple slideshow plugin for jQuery.
670 stars 133 forks source link

Slider prevents scrolling on touch devices #7

Open shanecarmody opened 10 years ago

shanecarmody commented 10 years ago

I’ve implemented the slider on this site and it works great. The only problem is that it doesn’t work quite so well on touch devices. I’ve ran into an issue on both Safari for iPad and Firefox for Samsung Galaxy S2 where if you try to scroll with your finger on the area that the slider covers then you can’t scroll at all. It’s a bit hard to explain :smile:

Has anybody else ran into this issue?

Thanks to @austenpayan for this great OSS.

austenpayan commented 10 years ago

Thanks for the feedback. I actually do have this bug on a personal list of problems that I have yet to tackle. I will move it up my list since a few people have brought it up. I'll try to get a fix working and release it soon!

shanecarmody commented 10 years ago

@austenpayan do you have anything in mind about what it could be? I can try and investigate and open a PR.