[webkit-dev] How can I listen for a page load complete event
Darin Adler
darin at apple.com
Thu Apr 30 11:08:42 PDT 2009
On Apr 30, 2009, at 10:55 AM, Meryl Silverburgh wrote:
> I am trying to do that in C++ on MacOS.
> And when page load complete, I meant the browser finish loading
> everything (all js, images, css).
Implement a frame load delegate, and implement the -
webView:didFinishLoadForFrame: method. There’s documentation about how
to use WebKit’s Objective-C API, including samples, at Apple’s
developer.apple.com website.
-- Darin
More information about the webkit-dev
mailing list