我用“IDWeb”语装上了超文本,因此,我“IDWebView”从中间开始,延伸。 我必须把这一意见从滚动中锁下来,把它放在可以浏览的滚动词上。 网上口号内部浏览。 我试图这样做。
[[webView.subviews objectAtIndex:0] setScrollEnabled:NO];
but I am not able to stop the webView from scrolling internally when I load a form in it that has textFields clicking on which brings up the keyboard. When I load plaintext, I am able to get the desired behavior. I want to stop the webView from autoscrolling and handle the scrolling myself using the scrollView that lay beneath the webView. It might not make sense to most of you that I am reinventing the wheel but the requirement is such.
Can anybody suggest what to do?