[android-developers] Re: Select Tag - Item text not displayed in android tablet same as in Desktop browser

2012-04-26 Thread arvind
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,

[android-developers] Re: Select Tag - Item text not displayed in android tablet same as in Desktop browser

2011-10-03 Thread Leo
Hi, Did you solve the problem? I have the same problem as you described. On Aug 18, 12:38 pm, Arun David Shelly arundavidshe...@gmail.com wrote: Hi, My question is HTMLSelecttagwith Multiple selection same as in web applications is supported in android or not? On Aug 17, 8:22 pm, rich

[android-developers] Re: Select Tag - Item text not displayed in android tablet same as in Desktop browser

2011-08-17 Thread Arun David Shelly
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

[android-developers] Re: Select Tag - Item text not displayed in android tablet same as in Desktop browser

2011-08-17 Thread rich friedel
I don't know if it matters (though it should) but your option tags are not closed. -- 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

[android-developers] Re: Select Tag - Item text not displayed in android tablet same as in Desktop browser

2011-08-17 Thread Arun David Shelly
Even this happens if we close the option tag also. select multiple size=5 id=ListBox1 option value=o1Option 1/option option value=o2Option 2/option option value=o3Option 3/option option value=o4Option 4/option

[android-developers] Re: Select Tag - Item text not displayed in android tablet same as in Desktop browser

2011-08-17 Thread rich friedel
I don't think there is supposed to be quotes around the 5 in the size attribute -- 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

[android-developers] Re: Select Tag - Item text not displayed in android tablet same as in Desktop browser

2011-08-17 Thread Arun David Shelly
Hi, My question is HTML Select tag with Multiple selection same as in web applications is supported in android or not? On Aug 17, 8:22 pm, rich friedel rich.frie...@gmail.com wrote: I don't think there is supposed to be quotes around the 5 in the size attribute -- You received this message