Hi all,
I’m having trouble in customizing new ScrollView in following case:
I want my scrollview reload new content when dragging down a distance. While loading new data the scrollview have to stop bouncing back to top y = 0 (it should bounce back to y = 50px), then user can see the loading icon progress there. After new content loaded, the scrollview bounce to y = 0 to hide the loading icon.
Can any one give me a clue to do this in Corona? Now I’m using widget.newScrollView, is there any way to let the scrollview stop at y=50px when bouncing back to wait for new data loading, and then bounce back to y = 0 when data loading is completed.
Thank you,