Hello
I would like to save the current state of an UIWebView to disk in IPhone SDK.
I have a UIWebView that loads a website with lots of javascript , I would like to save the UIWebView state, maintaining the state of the javscript variables, http cookies, etc at that moment.
Then at a later time, I would like to unarchive the UIWebview and display it on the screen with the exact same state as it was when it was archived.
Is this possible?
Regards,