iphone - iOS - UIWebView is not navigating for Sub links in HTML String -


i have loaded html string in web view contains links in web service call.

it calls web service , loads new data web service response same web view.

but not allowing me come new page previous one.

is there solution this?

you may use below uiwebview method -

if ([mywebview cangoback])  {      [mywebview goback]; } 

Comments