I have a Backbone View that uses iScroll to implement a slideshow.
iScroll publishes an onScrollEnd event, but I cannot seem to bind/subscribe to it inside
onScrollEnd
You should call the function directly or in your init, add this:
self.bind('onScrollEnd', self.scrollEnd);