User interaction sometimes screws up jQuery ajax requests in UIWebView
问题 I'm building an iPhone app that displays a UIWebView pointing to a web application I've created. The web application makes frequent web service calls for data items which are used to animate controls on a canvas. The calls for data use jQuery ajax, passing parameters via JSON and receiving an XML response. I'm finding that while user interactions with the UIWebView are occurring, the javascript setTimeout method is blocked and doesn't seem to execute at all. Fair enough; there are ways around