Hey guys,
I was missing a way of performing Touch Gestures on mobile web applications, so I have developed Touch Action Gem: https://github.com/Ricardonacif/touch_action
It basically uses YUI Gesture API to allow you to perform the following gestures using both Selenium and Watir Webdriver:
flick
pinch
tap
doubletap
press
move
rotate
I have created a small demo of it:
Hope you guys like it.
Thanks,