0

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 ?

Zeeshan
  • 4,194
  • 28
  • 32
  • Please check this :- https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=webbrowser – Priyank Gandhi Apr 04 '14 at 11:23
  • @Impossible i already checked these links, they are opening links in these browsers. UIWebView automatically manages back and front feature s. But here in my case i have to load html in UIWebView, I need to manage it manually. – Zeeshan Apr 04 '14 at 11:27
  • loadHtmlString method only loads some content in UIWebView. In this case there's no transitions between pages, so there's no navigation and no "forwars" or "back" directions. – Sergei Nikitin Apr 04 '14 at 12:06
  • @SergeyNikitin i know that Sergey, I just need to implement it manually. by just maintaining history in Nsarray – Zeeshan Apr 04 '14 at 13:44

0 Answers0