If I set up this simple test html, consisting of two tables:

<html>
<table>
<tr><td>abc def ghi jkl mno pqr stu vwx yza bcd efg hij klm nop</td></
tr>
</table>
<table>
<tr><td>abc def ghi jkl mno pqr stu vwx yza</td></tr>
</table>
</html>

...and then view it in either the Android browser or a WebView, I get
the following output in portrait mode:

abc def ghi jkl mno pqr stu vwx yza bcd
efg hij klm nop

abc def ghi jkl mno pqr stu vwx
yza

The "yza" in the second table is wrapped!  Also, if I view it in
landscape mode, I get similar behavior:

abc def ghi jkl mno pqr stu vwx yza bcd efg hij klm
nop

abc def ghi jkl mno pqr stu vwx
yza

If you want to look at the html in the Android browser, it can be
found here
http://www.bungeebot.net/android/test.html

I'm wondering if anyone can shed some light on this issue, whether
it's a known table wrapping bug etc.  Is there an Android, or Webkit
specific command or element to add to my html to tell it not to make
my elements smaller like it appears to be doing?  Any insight that
anyone can give would be greatly appreciated, thanks!

-Zack
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to