I have an app which renders a webapp in webview.
certain page in web-app has a in page hyperlink like "go to top" "go to botom" etc.
we have implemented back and forward functionality in webview using obj c webview api.
now what happens in browser if i hit "go to top" link, and then hit previous, it comes back to botom section. [looks like it keeps in history the in page hyper links also]
but in webview, it stays in the page, neither goes to botom, nor to the previous page too. (next click on previous takes to previous page.)
what could be the problem ? and what is the solution ?
thanks in advance.
ch
certain page in web-app has a in page hyperlink like "go to top" "go to botom" etc.
we have implemented back and forward functionality in webview using obj c webview api.
now what happens in browser if i hit "go to top" link, and then hit previous, it comes back to botom section. [looks like it keeps in history the in page hyper links also]
but in webview, it stays in the page, neither goes to botom, nor to the previous page too. (next click on previous takes to previous page.)
what could be the problem ? and what is the solution ?
thanks in advance.
ch