scrollView supports isBounceEnabled to enable/disable the bouncing effect when you reach the end of the scroll.
Corona API should support the same feature for webView.
It’s really needed since some webapps break by scrolling past the end of “fixed” objects in the webview.
iOS 5.x+ supports it already with this simple command:
webView.scrollView.bounces = NO;