I am developing a android application in which it having Userguide Page, which has all the help content for whole App. Now from any screen this page will open and it will show the respective content i.e. from specified position.
Currently i am showing this help content in webview by making a html page, and respective help content will show using the Anchor tag in html. i have taken response from this link.
It is not working proper way.
is there any better way to do this? please share your ideas?
Thanks
I think problem can be when you place webview inside scrollview, check link here: this