android - Differentiate between scroll and swipe in Flex Mobile Application -
is possible differentiate between horizontal swipe gesture , horizontal scroll in flex mobile. have list (horizontal layout) no listener attached it, , view, gestureswipe listener attached it, when try scroll list swipe gesture gets fired, obviously. have tried add gesture event listener list , call function event.stoppropagation() stop gesture being fired in view, list takes 85% of screen real-estate makes quite difficult make view event fire, defeats object of want do.
is there way tell 2 actions apart, speed, duration or else?
using flashdevelop, , flex sdk v4.14.1, air 17.0, building android
thanks
i never developed flex mobile, can differentiate between horizontal swipe gesture , horizontal scroll if override interceptontouchevent event;
Comments
Post a Comment