I currently have an UIWebView with a webpage loaded where I get javascript events like "chat messages". My problem is that my UIWebView gets destroyed after my app is in the background for a few minutes. Is there a way to keep the UIWebView in memory? Or at least be able to get responses every few minutes without the UIWebView getting deallocated. I really appreciate your help!
Thank you,
Esteban