I have implemented UIWebView that loads html content in it via UIWebView's
loadHtmlString: baseUrl:
method , now the
goBack and goForward
buttons dont work, I need to implement this (back and forward) feature? Any ideas how i can do it ?
I have implemented UIWebView that loads html content in it via UIWebView's
loadHtmlString: baseUrl:
method , now the
goBack and goForward
buttons dont work, I need to implement this (back and forward) feature? Any ideas how i can do it ?