Wilto / Dynamic-Carousel

A carousel plugin built for responsive layouts. There are many like it, but this one is mine.
matmarquis.com/carousel/
472 stars 112 forks source link

turn mobile / iphone slide off #71

Closed fourroses666 closed 12 years ago

fourroses666 commented 12 years ago

I am using this script for a mobile website. Need to disable sliding (with mobile/touchscreens.) The next slide/page arrows are good enouf.

I probably have to delete some js but can't find the rite part.

i have on every slide/page an other imageslider (royalslider) which needs to be able to slide with mobile. So now i have a double slide, on desktop its ok though.

Thanks allot for this script Wilto, great job.

fourroses666 commented 12 years ago

solved by dirty hack: rename touchstart to touchstartxxxxxx .bind("touchstart", function(e) {

line 453