Do you have a test app  you're using which is good for testing the new touch
events (ontouchstart, ontouchmove, ontouchend), besides this one from the
JIRA bug?

<canvas>
    <view width="100" height="100" bgcolor="red" align="center"
valign="middle" xoffset="-5" yoffset="-50">
        <handler name="ongesture" args="g">
            this.setAttribute('rotation', g.rotation);
            this.setAttribute('xscale', g.scale);
            this.setAttribute('yscale', g.scale);
        </handler>
    </view>
</canvas>


-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to