I have found a very nice slider, using it for a mobile website.
Basicly it shows a full screen page, and with an arrow (or touch) it can slide to the next page.
But on every page i have build a other slide (Royalslider).
My problem is that both has a touch slide, so when i "swipe" on my iphone both slides are triggered. So i need to disable "touch slideing" somehow for the "page slider".
This is the script:
https://github.com/Wilto/Dynamic-Carousel/blob/master/plugin.js
Does anyone knows what lines i need to delete so it won't be triggered on "touch sliding"?
#edit:
Solved by renaming touchstart into touchstartxxxxx on line 453 (dirty hack?)
[ed. note: fourroses666 last edited this post 14 years, 1 month ago.]