-
1. Re: Touchmove to Drag Object Fails
DylanGraft Nov 7, 2014 5:46 AM (in response to multimedia-communications)You need to add the Touch Punch library to your project.
Then copy your code from your mouseover event and paste it into a touchstart event.
Hope that helps.
- Dylan
-
2. Re: Touchmove to Drag Object Fails
multimedia-communications Nov 7, 2014 8:03 AM (in response to DylanGraft)Thanks for supporting my point, Dylan. So, you haven't found a way to make touchmove work either, and have been forced to use the touchpunch kluge.
So, for both of us, the question remains: What's the point of touchmove?
-
3. Re: Touchmove to Drag Object Fails
DylanGraft Nov 7, 2014 8:28 AM (in response to multimedia-communications)Oh, I see your point now.
Maybe someone from the Adobe Staff can chime in on its purpose. Because it seems like it doesn't actually do anything at the moment. Maybe it's just there in anticipation of future development?
Who knows.
Best of luck to you!
-
4. Re: Touchmove to Drag Object Fails
resdesign Nov 7, 2014 10:29 AM (in response to DylanGraft)Make sure you have the js files loaded in the right order. jqueryUI needs to be first then punch-punch.
Here is a sample I made last year but it is still working in 2014.0.1 - I have not tested it in the new version but if the scripts are loaded in the right order it should work.
-
5. Re: Touchmove to Drag Object Fails
multimedia-communications Nov 7, 2014 10:40 AM (in response to resdesign) -
6. Re: Touchmove to Drag Object Fails
resdesign Nov 7, 2014 11:22 AM (in response to multimedia-communications)You can use touchmove and it should work. I just added touch-punch so I do not have to code touchmove.





