tags:

views:

197

answers:

2

Say, a WebView with an html that scrolls vertically. What would be the basic steps to make it scroll horizontally (screen by screen)? Can't grasp the idea.

A: 

You would have to use a HorizontalScrollView (which was added in Android 1.5 - before that, there was no way to do this).

Isaac Waller
WebView does its own scrolling and is highly unlikely to work with HorizontalScrollView.
CommonsWare
I agree, but this is the only way that I think it would work. Unless you can modify the HTML so that it's wide and not long, and you disable fitting to the screen, this is the only way.
Isaac Waller
A: 

Have a document that fits screen height and is wider than taller.

alex