vote up 1 vote down star

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.

flag
Can you post the code you have so far? – meder Oct 5 at 1:45
I am using these two sliders from the YUI library: developer.yahoo.com/yui/examples/… developer.yahoo.com/yui/examples/… – unknown (google) Oct 5 at 7:04

1 Answer

vote up 0 vote down

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

I am sure this is what you want

link|flag

Your Answer

Get an OpenID
or

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