iphone - how to mentain the state of UIWebView ?

Posted by g.revolution on Stack Overflow See other posts from Stack Overflow or by g.revolution
Published on 2009-09-24T10:38:03Z Indexed on 2010/05/26 15:51 UTC
Read the original article Hit count: 301

Hi, i am having a UIWebView showing and HTML page that has some checkboxes, radio buttons. My Application has tabbar controller that switches b/w two controllers. How i can maintain the current state of UIWebView. ( e.g. i have selected a checkbox and i change the tab and go to other ViewController and again come back to UIWebView. the WebView resets itself and goes to the start... i want to maintain the state of UIWebView ( all the checkboxes clicked) .. how i will do that ??

any idea ??

thanks in advance

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiwebview