Nope, they're supposed to be emitted as mouse events... So, the new components house test or any other LZX app that does dragging will work.

On 1/5/11 1:20 PM, Henry Minsky wrote:
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] <mailto:[email protected]>


Reply via email to