As far as I can tell, the event triggered by ontouchmove in mobile Safari only contains information about on which element the touch began. For example, let's assume I put my finger down on the element .firstElement and then drag it across the page until it is over .secondElement. I've inspected all the properties of the event object, but I can only seem to find references the .firstElement.
Is there a way to detect with ontouchmove which element the user's finger is currently touching?