Hi,
I am trying to implement continuous non stopping page view , ie when page view reaches its last page the scroll should continue with first page swiping through end direction.
I have tried using page view to override this behaviour but couldnt succeed.
Does anyone know how to implement it?
basically as the end if your list approaches the view (before it does) you want to copy the scrolling list and insert it into the end of the list, then when the original list leaves the view, you want to destroy it
there might be some things you want to consider like how a long a list has to be before you can ‘warp through’ the end. or what to do if the user is at the edge of the list and keeps scrolling up and down