+1
Answered
How to trap all onscrollto events
I have a pager which I want to call an event every page change.
I have the onscrollto attached to an immediate child and if I swipe to turn the page once a second, the event gets called, but if I page through faster, the event does not seem to get called (until I stop).
Is there a way to make sure the event is called every time?
I have the onscrollto attached to an immediate child and if I swipe to turn the page once a second, the event gets called, but if I page through faster, the event does not seem to get called (until I stop).
Is there a way to make sure the event is called every time?
Customer support service by UserEcho
That is good to hear. I was talking with the Dev team yesterday and in an upcoming release we will offer a solution to this problem. An enhancement that can dispatch events to pager/list/tableviews during the scroll, instead of waiting for the scrolling to stop. So that should be a nice addition to the WIRE language.