I have an app built using PhoneGap 1.2, and my iOS crash report seems to indicate the app is throwing a "watchdog timeout" (ref:https://developer.apple.com/library/i..., after 10 seconds, with the following reasons:
preventSuspend preventThrottleDownCPU preventThrottleDownUI
In the main thread (Thread 0), this is the error I'm seeing:
WebCore::ScriptExecutionContext::dispatchErrorEvent
I'm doing some research, and wondering if the PhoneGap API, specifically the "Connection" object, runs on the main thread, and could potentially cause the "synchronous" issue detailed here (see the section on "reachability"):
https://developer.apple.com/library/i...
preventSuspend preventThrottleDownCPU preventThrottleDownUI
In the main thread (Thread 0), this is the error I'm seeing:
WebCore::ScriptExecutionContext::dispatchErrorEvent
I'm doing some research, and wondering if the PhoneGap API, specifically the "Connection" object, runs on the main thread, and could potentially cause the "synchronous" issue detailed here (see the section on "reachability"):
https://developer.apple.com/library/i...

