This code will give you a combo box. And if you look at listboxes on
websites on the emulator browser, it is the expected behaviour. These
are the differences when developing for a desktop and a phone.

-Kumar Bibek
http://techdroid.kbeanie.com

On Sep 16, 8:31 am, vbabu75 <vbab...@gmail.com> wrote:
> Hello,
> I am developing an android application using phonegap and javascript
> code. I need a listbox with four options displayed at once. My html
> code similar to one listed below, always shows up as a combobox on the
> emulator inspite of the size parameter being greater than one. Can
> someone guide how to get a listbox working on the emulator.
>
> <select id="mySelect" size=4>
> <option>Apple</option>
> <option>Pear</option>
> <option>Banana</option>
> <option>Orange</option>
> </select>
>
> Thanks in advance
> Venkatesh

-- 
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 email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to