I made a web page for iPhone, where there are a top and a bottom fixed div. In between them, there is a scrollable div. I am using '-webkit-overflow-scrolling: touch;' to enable fast scrolling.
Now, if the scroll reach the top or the bottom of the middle div, the rubber band effect happens. It is a desired effect for me!
But then, How do I capture the event? So that i can use javascript/jquery do something fun upon the rubber band effect. Thanks!