views:

143

answers:

0

Does anyone have a precise understanding of when webViewDidFinishLoad is called on a UIWebViewDelegate? I've read that it fires once per iframe, if they exist, but I'm concerned about exactly when it loads with respect to the DOM and javascript events.

Is all of the javascript and DOM guaranteed to be downloaded, interpreted and ready by the time this delegate method is called?

Thanks