The user can surely use the scroll of the browser. Browsers are for displaying the whole HTML. You cannot even do that in Desktop, unless you change your HTML code. :)
Thanks and Regards, Kumar Bibek On Apr 21, 11:31 am, mansur <[email protected]> wrote: > Thanks for your reply. > but we want to display some portion of the html file. the next > remaining content should be displayed on click of '>' (which is at > the bottom of the screen) Its like e book reader where you are reading > book page wise. > > Thanks and Regards, > Mansur Agasar > > On Apr 21, 7:49 am, Anurag Singh <[email protected]> wrote: > > > > > 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%2bunsubs[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 > > athttp://groups.google.com/group/android-developers?hl=en-Hide quoted text - > > > - Show quoted text - > > -- > 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 > athttp://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

