views:

1919

answers:

1

I'm using the YUI slider that operates with mouse move events. I want to make it respond to touchmove events (iPhone and Android). How can I produce a mouse move event when a touchmove event occurs? I'm hoping that just by adding some script at the top that touchmove events will get mapped to the mouse move events and I won't have to change anything with the slider.

A: 

http://rossboucher.com/2008/08/19/iphone-touch-events-in-javascript/

I am sure this is what you want

Mickey Shine