up vote 5 down vote favorite
5
share [g+] share [fb]

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.

link|improve this question

Can you post the code you have so far? – meder Oct 5 '09 at 1:45
I am using these two sliders from the YUI library: developer.yahoo.com/yui/examples/slider/slider-ticks_clean.html developer.yahoo.com/yui/examples/slider/… – Dave M G Oct 5 '09 at 7:04
feedback

1 Answer

up vote 6 down vote accepted

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

I am sure this is what you want

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.