-
8 Dec 2011 8:06 AM #1
Unanswered: Change picker to list on iPhone?
Unanswered: Change picker to list on iPhone?
We have a form in our app that contains several select fields, and some of the option text is too long to be fully readable on a phone-sized screen in a picker. When the options appear in a list on an iPad, they wrap, which is what we need.
Is there a way to either make the options wrap in a picker, or to use the iPad style list instead of the picker on a phone (but only for this one form, not for the rest of the app)?
-
9 Dec 2011 10:29 AM #2
<
<
I believe having Ext Panel with html property set to...
...would work.Code:<select> <option>Huge text here</option> </select>


Reply With Quote