I’m developing an iOS app with latest SDK and XCode 4.2.
I want to avoid this on a UIWebView:

As you can see html page ends and UIWebView continues scrolling page to top. I’ve marked page ends with a red ellipse.
How can I avoid this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you using iOS5? If so then:
If you’re not using iOS5, then you can search through the webView’s subviews for the UIScrollView (isKindOfClass) and then set the bounces property.