2

I'm loading a dynamic HTML page that includes AJAX into an UIWebView. The content of the already loaded HTML page might change during time. None of the UIWebViewDelegate Methods get called if that happens. How can I find out if the content changed?

I'm aware of the solution to just use a timer to periodically track changes of the displayed HTML content. But I would very much prefer to get notified if the content changed. How could I achieve this?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
razorSharp
  • 63
  • 4
  • 3
    possible solution already [here][1] [1]: http://stackoverflow.com/q/5353278/1403732 – sage444 Feb 13 '14 at 12:42
  • This definitely goes into the right direction. The problem is that it catches only the outgoing requests but not the fact if the content changes in response to those requests. If I'm right. – razorSharp Feb 13 '14 at 13:18

0 Answers0