Fawad Ghafoor
Fawad Ghafoor

Reputation: 6207

Implementing Swipe In My Image Gallery (Jquery)

what i want to do is that i have a nice image Gallery which is currently working on Next and Previous Links to go back and forward. i want to do the same when ever user swipe that is just like iPhone etc (touch Mobiles). i am implementing it on my website for PC's not for mobiles.swipe in sense of mouse not thumb how to catch these Events??? Any Idea will be ll help full

Upvotes: 0

Views: 595

Answers (1)

The Angry Saxon
The Angry Saxon

Reputation: 792

I had to do something similar for jquery draggable items.

Check out http://code.google.com/p/jquery-ui-for-ipad-and-iphone/ it makes all jquery-ui elements work on iPhone and iPad :)

Upvotes: 1

Related Questions