So anyone has a resolution to this issue ?
 
On Android 3.2 the Select listbox  - only shows first selected item of the 
list
But on Android 2.3 it shows all the items of the list in html page.
 
Whats wrong with webkit-appearance not working for ANdroid 3.2
 
rgds
Arvind

On Monday, August 15, 2011 3:54:38 PM UTC+2, Arun David Shelly 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> 
> <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