why HTML <select> Tag {listbox} is not showing the text of the items
when it viewed using android browser from Tablet.

Desktop browser showing the items with text visible but browser in
android 2.2 mobile is not showing the text of the items.

sample code:
<html>
<head>
<title>test tablet</title>
</head>
<body>
<SELECT MULTIPLE SIZE=5>
 <OPTION VALUE="o1">Option 1
 <OPTION VALUE="o2">Option 2
 <OPTION VALUE="o3">Option 3
 <OPTION VALUE="o4">Option 4
 <OPTION VALUE="o5">Option 5
 <OPTION VALUE="o6">Option 6
</SELECT>


</body>
</html>

Arun

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
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