Getting progress of WebView load
Getting progress of WebView load
- Subject: Getting progress of WebView load
- From: Jan Van Tol <email@hidden>
- Date: Fri, 16 Jul 2004 02:12:24 -0500
List,
In my application I have a WebView, and in that WebView there is
usually only one resource that needs loading. The problem is, I'm
trying to get some sort of load progress indicator, but it's no good to
just calculate it by the number of resources loaded vs. the total
number to load, since there is usually only the one resource. As far as
I can see, there isn't a way to get the loading progress of an
individual resource, and yet Safari seems to be able to track the
number of bytes loaded for individual files in its Activity window.
Does anyone know how it accomplishes this? I can't see anything in the
WebKit docs, so maybe Safari uses some private method.
Thanks,
-Jan Van Tol
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.