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 U
I tried to do this on a previous project and there's no built-in serialization of UIWebView. There's a couple of ways to cache just the page but not the entire state such as javascript variables. This would require that the JVM's state be serialized as well which is not possible with the current SDK APIs.