I am able to solve using the below css style
<style type="text/css">
select
{
visibility: visible;
-webkit-appearance: menulist-text;
}
</style>
but this is working for android 2.2,2.3 but not for android 3.0,3.2.
Anybody knows anyother workarounds, please share.
Arun
On Aug 15, 6:54 pm, Arun David <[email protected]> wrote:
> 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>
> <SELECTMULTIPLE 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