If I touch anywhere just to scroll my outer ScrollView around, the library will immediately fire, causing my expanded component to collapse, which is not what I intended.
Since IMHO that should be the default behavior, I just pushed PR #360 to fire the event on touchEnd instead of touchStart, thus allowing the OS to decide whether this is going to be a scroll or not.
If I touch anywhere just to scroll my outer
ScrollViewaround, the library will immediately fire, causing my expanded component to collapse, which is not what I intended.Since IMHO that should be the default behavior, I just pushed PR #360 to fire the event on
touchEndinstead oftouchStart, thus allowing the OS to decide whether this is going to be a scroll or not.