I'd be interested in this too. I had assumed that touch would work like a mouse press, so all I had to do was change the cursor graphics a bit to support touch (eg. make the cursor invisible but show a little burst when tapped). But to register a click seems to require a double tap, or sometimes even three taps on UI items. The first tap presumably sets the position of the cursor, and the next one or two are the actual click.