Hello Joshua,
In this particular case, we are not updating any text based on the touch event or making large network requests. The behavior we see is that dragging in it self seems ok, although a bit slower than in other platforms, but the we see a big delay between dragging the finger across the screen and the object actually moving.
We tried to update the position only once per “enterFrame” event but didn’t see any noticeable improvements. Something that we noticed during our tests is that the performance of the touch is related to number of display object on screen, even if they are static.
We are trying to find more stuff to test, see what could be causing this, any ideas ?