jQuery Mobile is NOT triggering webViewDidStartLoad and webViewDidFinishLoad after leaving homepage in webView
问题 I have a simple iOS app with a single view that contains a UIWebView. Within my webView, I display my jQuery Mobile website. Since jQuery Mobile loads pages via ajax, the webViewDidStartLoad and webViewDidFinishLoad methods are NOT called once the initial page loads. I've found similar questions on SO such as this one , but I'm not sure where to use the window.location = "localFunction" call, and no one has yet to confirm this actually works. Here's my issue (example): App Starts