Listbox question
This is a discussion on Listbox question within the iPad Development forums, part of the iPad App Store category; I have a web page that has a list box. I notice that on the ipad the list box is treated as a dropdown. The ...
-
iPad Noob!
Listbox question
I have a web page that has a list box. I notice that on the ipad the list box is treated as a dropdown. The problem is that sometimes my lists are too long to fit in the popup and are truncated with '...' replacing the text that won't fit. Is there any way to enlarge the popup so that the text will be fully readable
-
08-24-2010 08:48 AM
-
Super Moderator
is it because its a single-select list box?
-
iPad Noob!
listbox cuts off text
No, the same behavior occurs for both single and multiple select. The text is cut off after 25 characters and replaced with '...'
-
iPad Noob!
Listbox converts to dropdown

Originally Posted by
fweiner
I have a web page that has a list box. I notice that on the ipad the list box is treated as a dropdown. The problem is that sometimes my lists are too long to fit in the popup and are truncated with '...' replacing the text that won't fit. Is there any way to enlarge the popup so that the text will be fully readable

Did you find the solution for it???? regarding Listbox converts to dropdown in safari ipad.
-
iPad Noob!
No, I stopped using listboxes. My programs have a known listcount so I created <div>s for each item and displayed the text that way. All my divs belong to the same class and so using jquery, I created a click event for members of that class which returns the text in $(this).val() and allows me to highlight the text by changing the font color $(this).css('color', 'blue'). This works quite nicely
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By Moondog in forum iPad General Discussions
Replies: 11
Last Post: 08-03-2010, 01:10 AM
-
By Ultrimate in forum iPad Hacking
Replies: 23
Last Post: 07-28-2010, 01:39 PM
-
By Matth3w in forum iPad Apps
Replies: 1
Last Post: 06-22-2010, 07:47 PM
-
By jacobgong in forum iPad General Discussions
Replies: 11
Last Post: 06-10-2010, 03:53 PM
-
By rudeman in forum iPad General Discussions
Replies: 4
Last Post: 05-02-2010, 09:04 AM
Search tags for this page
asp.net listbox in ipad
,
asp:listbox text truncated
,
how to select multiple listbox ipad
,
ipad .net listbox items not visible
,
ipad listbox
,
ipad listbox shows as dropdown
,
ipad listboxes
,
ipad safari listbox
,
listbox
,
listbox cut off text
,
listbox cuts off text
,
listbox ipad
,
listbox ipad jquery
,
listbox show all in ipad css
,
listbox showing up as dropdown menu on ipad
,
listbox shows as dropdown ipad
,
listbox text cut off
,
listbox vs dropdownlist on ipad
,
multiselect listbox on ipad
,
mutliselect list box ipad optimized
Click on a term to search for related topics.