Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • Thanks... I'd tried that one already (in code and in the layout.xml), but this approach still interfered with the horizontal size of the WebView within the ScrollView. The best solution was the one provided above, just removing the ScrollView altogether and allowing the WebView to handle the scrolling itself. The root problem was my lack of understanding of how when it was appropriate to use a ScrollView at all; i.e. every view in Android can handle scrolling. Commented Jun 9, 2011 at 23:06