priade Posted November 1, 2016 Share Posted November 1, 2016 Hi everyone, i'm new user and i'm trying to create my first hmtl5 game for mobile with animate cc. I have put the file in android assets and loaded the file with webview. i have a big problem with pressmove for drag and drop. The function works correctly on old samsung s2 (android 4.1.2) and on browser but on device with android 5 (samsung note 4) the drag not works. the function is very simple createjs.Touch.enable(this); var stage = this; this.stop(); this.circle.addEventListener("pressmove", fl_MouseClickHandler_2.bind(this)); function fl_MouseClickHandler_2(evt) { evt.currentTarget.x = evt.stageX ; evt.currentTarget.y = evt.stageY ; } any suggestion? thanks to all Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.