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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -