Please use webView.loadData("<html><body>Hello, world!</body></html>",
"text/html", "UTF-8");There are so many navigation functions to move forward and back, like goBack(), canGoBack(), goForward(), canGoForward(), reload() etc. - Anurag Singh On Wed, Apr 21, 2010 at 8:07 AM, mansur <[email protected]> wrote: > Hi All, > > We have a large HTML which contents 1000's of lines. But we want to > show content of the HTML file that fits a > single screen. We want provide a '>' kind of to show the next > contents of the same HTML file. > > Our objective is to only display the HTML contents that fits the > screen.Similar to reader application For user, it seems there are > several pages. > > Is there any way in which we can achieve this functionality. Whether > WebView has any function related to full fill the requirement. > > Thanks and Regards, > Mansur Agasar > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

