In a Corona SDK project I have a scrollview
and, inside this scrollview, eight buttons
.
Problem is when I scroll and at the same time I start scrolling from the position where a button is located, the button touch event
fires and the scrollview doesn't scroll.
I tried to implement a moved
listener on the scrollview but it didn't work. Is there any way to set the focus on the scrollview when it should scroll and on the button when there's a tap?
Thanks