I have a problem using phonegap with an iphone4. When the wireless connection (wifi in my case) of the iphone4 is 'sleeping' it will not wake up when I make an ajax call to the server. Therefore the ajax call will fail. As a temporary workaround I quickly go into the browser to go to a random webpage the connection wakes up. Then when I go back to my app the ajax call works. Any ideas? Or Do I have to write a phonegap plugin that uses the Cocoa NSURLRequest and NSURLConnection APIs?
feedback
|