views:

33

answers:

1

Hey Guys,

you know, i'm searching for a way to move items via mouse-dragging (as we know from several slider plugins) handled by JS which will work on iPhone and iPad Browser too?

hope anybody can help me. thanks a lot!

+1  A: 

i never tried it myself but you should be able to use special safari events for i-phone and probably also i-pad like touchstart, touchmove and touchend.

description from apple: http://developer.apple.com/safari/library/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/InteractiveVisualEffects/InteractiveVisualEffects.html#//apple_ref/doc/uid/TP40008032-CH3-SW3

Christian
also found that:http://developer.apple.com/safari/library/documentation/appleapplications/reference/safariwebcontent/handlingevents/handlingevents.html
helle