Hi,
If you look at the WidgetDemo tab2 and place a print(direction) in the scrollView event listener you will notice that the event.direction = nil as you move the scrollView until you reach the scrollLimit in any direction.
The API document says :
Listener. Used to listen for ScrollView events, with the following events: event.limitReached - Indicates that the scrollView has reached one of it’s limits. event.direction - Returns the direction the scrollView is moving in.
The way I read the API document tells me I should be getting event.direction firing through out the scrollView movement and event.limitReached right at the end. Currently this is not the case.
Thanks & best regards,
Kerem