Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Touch Move event in Mobile Devices

    Hi Isomorphic,

    I am developing an app for mobile devices.

    I use in the app a MouseDown and MouseMove event of a Drawing Panel to rotate its drawing items.

    Those events work perfectly in desktop browsers such as IE, Chrome and Firefox but when I deploy it to the mobile device, the mousedown event fires (its the equivalent to the Touch event in mobile devices) but the mouse move event does not fire.

    Is there any TouchMove event to use which is equivalent to the mouse move event?

    Do you have any idea how to get that event fired?

    I have tried with DragMove event but it doesnt get fired neither. I think it is because the drawing panel doesnt move, so that drag event never gets fired.

    I hope you could help me find a solution.

    Thanks in advance and best regards.

    Pablo

    #2
    If you have declared drag and drop settings correctly, you should see normal drag events on touch devices. You can see that various drags demonstrated in samples work normally. For more help, show a runnable test case so we can reproduce the issue.

    Comment

    Working...
    X