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
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