I need to know, when a web page has completely been loaded by UIWebView. I mean, really completely, when all redirects are done and dynamically loaded content is ready.
I tried injecting javascript (querying for document.readyState == 'complete'
), but that does not seem to be very reliable.
Is there, maybe, an event from the private api that will bring me the result?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…