Tagged Questions
2
votes
1answer
765 views
iPhone Web Application JavaScript events break after waking up from sleep
I'm trying to build a mobile-safari/iphone web-app using jQuery code I already wrote for the desktop version of the app. The problem I'm having is that when my phone goes to sleep with the web-app ...
1
vote
2answers
348 views
How to test iPhone wake up code?
When an iOS app is woken up the applicationDidBecomeActive delegate is called.
If a device is attached to the debugger then the app will never sleep.
How do I debug problems in the wake up code?
1
vote
1answer
188 views
iPhone App: How do I call a function after my iPhone has been to sleep?
I have an app with some animations which are called by timers. When one animation finishes then a timer is called to start another. If the iPhone sleeps and requires unlocking to activate it then the ...
0
votes
0answers
131 views
PhoneGap doesn't wake up wireless connection when using ajax
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 ...