Interesting question. There are two parts to make this work: a JavaScript handler and UIWebView delegate methods. In JavaScript, we can modify prototype methods to trigger events when an AJAX request is created. With our UIWebView delegate, we can capture these events. JavaScript Handler We need to be notified when an AJAX request is made. I found the solution here. In our case, to make the code w