You set interactionMode="mouse" on the DnD source list (but not on your app, which will still be "interactionMode="touch") That will turn off touch scrolling and enable drag and drop.
And then set the DnD handlers on the list source and drop target as for desktop. Maurice -----Message d'origine----- De : Sumudu Chinthaka [mailto:[email protected]] Envoyé : mardi 10 décembre 2013 10:02 À : [email protected] Objet : Re: Drag and Drop Support for Mobile Thanks for the reply I just want to implement a shopping cart where user can drag products from a list to a cart. so what is the way to go about this thanks Sumudu On Tue, Dec 10, 2013 at 12:34 PM, Maurice Amsellem < [email protected]> wrote: > You already have that in some way. > What kind of drag and drop behavior ? > ________________________________________ > De : Sumudu Chinthaka [[email protected]] Envoyé : mardi 10 décembre > 2013 06:32 À : [email protected] Objet : Drag and Drop Support for > Mobile > > Hi all > > will there be any chance to have drag and drop support for mobile in > future releases of Apache Flex. > > if not do we have any workarounds to achieve this > > Regards > Sumudu >
