I want to use iscroll-infinite to swipe through images and – after it stops scrolling – make it 'snap' to its closest image (or LI)... so everything is nicely aligned at the top. Using the option 'snap' gives me an error...
TypeError: undefined is not an object (evaluating 'this.pages[x].length')
I'm guessing that 'snap' option is not compatible with scroll-infinite, because of the caching or something?
I want to use iscroll-infinite to swipe through images and – after it stops scrolling – make it 'snap' to its closest image (or LI)... so everything is nicely aligned at the top. Using the option 'snap' gives me an error...
I'm guessing that 'snap' option is not compatible with scroll-infinite, because of the caching or something?
Perhaps there is an other way?