I'm using a paginated famous scrollview, and want to load some extra content when the user swipes to a new page. I can't see any callbacks or way to set this up.
I would expect to be able to do something like
myview.onChange = function(page) { // handle change }
additionally there's no way to query the current page that a scrollView is displaying?
info appreciated!