I want to access/clear the back forward list as if the UIWebView is new again. Is there any public API or workaround to do this?
UIWebView
I\'ve tried:
I would imagine you can break the history by manually loading some HTML...
Something like:
[webview loadHTMLString:@"" baseURL:@""];