Skip to main content
Participating Frequently
November 19, 2020
Question

Drag on mobile device with Adobe Animate

  • November 19, 2020
  • 1 reply
  • 399 views

Hello,
I convert my ActionScript applications to HTML5 with Adobe Animate.
I have a problem with the drag-drop.
It is ok in a browser on PC but not on a tablet (Android or Ipad).
Here is my example : http://physicolleg.chez-alice.fr/dragEssai/drag.html
Thanks for your help.

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

JoãoCésar17023019
Community Expert
Community Expert
November 19, 2020

Hi.

 

Add this line to the beginning of your code:

createjs.Touch.enable(stage);

 

Regards,

JC