I have some html files on my server that are displayed using a WebView
. The html files are quite lengthy, meaning they have a lot of text (for example one is a copy of the US Constitution). Instead of letting the user simply scroll down the WebView
to display the rest of the HTML
file I was wondering if there is some way I could use ViewFlipper
to "flip" to the next section of the HTML
file's text. Basically what I mean is instead of scrolling, you "flip" the WebView
content to view the rest of it. I am not sure if this is even possible and I apologize if what I am trying to do is not clear with my question. I appreciate any help or approaches to take or ideas on how one could do this. Thanks.