This is my 1st post. Before I ask my question, I would like to thank all of you for your efforts, time, creativity, and generosity that you give to this forum. I've been reading this forum for nearly two years and I've learned so much. Jacque, Richard, Klaus, Dixie, Mark W, Ken, Richard, Obleo, and so many others, a sincere thank you. For a newbie like me, you're the all important navigators in my LiveCode Rally car (turn left, turn right, watch out for the ravine... OMG! I said ravine not raven).

What I need clarification on regards gestures on mobile devices. Reading this forum and the manuals, it's my impression that the touchStart, touchEnd, touchMove, touchRelease are the events developers can use to capture user gestures such as swipes or taps. MotionStart, MotionEnd, and MotionDelete are used to detect shaking.
I'm I correct in concluding that the same handlers (that include touchStart, touchEnd, touchMove, touchRelease) can be used for both iOS and Android applications to interpret platform specific gestures such as iOS users double tapping on a datagrid row to view details while Android users swipe the row? Another way of saying this may be is that a double tap on iOS and a swipe on Android will launch the touchStart, touchEnd, touchMove, touchRelease events?
Thanks