isBounceEnabled for webView?

I know scrollView supports isBounceEnabled to enable/disable the bouncing effect when you reach the end of the scroll.

Can Corona API 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;

Sounds like a quick, few minutes of work for a daily build.

This would help a lot, thank you!

You will need to enter a feature request for this at http://feedback.coronalabs.com

Rob

Thank you Rob.

For everyone else who would like to support the idea, you can vote here:

http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/8557189-isbounceenabled-for-webview

Funny I found this topic while searching for something else related to the webView, but I just spent the last hour or so trying some JS  and CSS solutions to this. I just left my feedback.

You will need to enter a feature request for this at http://feedback.coronalabs.com

Rob

Thank you Rob.

For everyone else who would like to support the idea, you can vote here:

http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/8557189-isbounceenabled-for-webview

Funny I found this topic while searching for something else related to the webView, but I just spent the last hour or so trying some JS  and CSS solutions to this. I just left my feedback.