AS3 / Flex mobile - Swiping list with gravity
Is there already a AS3/Flex solution for swiping lists (or other elements) with gravity like the a开发者_运维技巧pp list on Android devices?
Thanks!
That is not swiping but scrolling. And not gravity but kinetic. Regular Flex's Scroller component compiled under mobile theme can do that, but it sucks in many aspects (https://bugs.adobe.com/jira/browse/SDK-29734 and many others).
精彩评论