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
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
Comment