On Sep 9, 2010, at 00:20, Christopher Corbell wrote: > This one is really bugging me. I have a WebView in a scrolling view and > content gets appended to it periodically (new tables appended; the entire > content of the WebView is reset each time via loadHTMLString on the > mainFrame).
You don't want to put the WebView inside a scroll view because it handles its own scrolling. Take a look at: http://www.cocoadev.com/index.pl?HowDoIScrollAWebView (which was the first hit I got googling "webview scrollview"). I think it has the solution to your problem. (But read all the way to the end. The first couple of suggestions seem to be flubs.) _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com