Right now, the scrollview immediately scrolls on touch, thus "stealing" the touch event for the any buttons/Touchable components that might be in it.
Would it be possible to add a sort of minimum touch movement before the scroll happens? As it is now, when I try to click on a button, I have to be extremely careful not to move my finger, otherwise the button doesn't receive the event.
Thanks for a great module :)
Right now, the scrollview immediately scrolls on touch, thus "stealing" the touch event for the any buttons/Touchable components that might be in it.
Would it be possible to add a sort of minimum touch movement before the scroll happens? As it is now, when I try to click on a button, I have to be extremely careful not to move my finger, otherwise the button doesn't receive the event.