views:

19

answers:

0

I have a website embedded in my Android application. It has a 478px wide div with some content in it. My phone is in landscape mode. Why is there a horizontal scrollbar? I can hide it, but i can still scroll to the right (which is empty space). I can see the entire 478px wide div without scrolling.

There should not be any way to scroll. I see a min_width attribute for WebView but no max_width. Any ideas?