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?

link|improve this question

50% accept rate
does the same ajax call work in a web page in mobile safari when the wifi is 'sleeping'? – davejohnson Jul 27 '11 at 6:54
In safari the wifi kicks back in as soon as you touch the screen. Ajax call succeeds. – Timo Jul 27 '11 at 7:06
I guess it's some strange side effect of embedding the UIWebView... I'll ask around and see if anyone has seen this before – davejohnson Jul 27 '11 at 18:48
that would be great thanks – Timo Jul 28 '11 at 7:32
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.