Question
Drag and drop behavior does not work on ipad and cell phone when published
Hi I have a simple drag and drop behavior where I can drag an object and drop it where ever on the stage
When i publish it it works on desktop but not ipad and cell phone.
The code I am using is
this.face0.on("pressmove", moveFace);
function moveFace(e){
e.currentTarget.x= e.stageX;
e.currentTarget.y= e.stageY;
}
do I need to modify it for ipad and cell phone.
Your help very much appreciated.
Usha
