Hybrid View
-
19 Apr 2011 8:21 AM #1
Sencha Touch - need help changing size of select field list length in android
Sencha Touch - need help changing size of select field list length in android
So default behavior for a select field on an android device is to show approx 3 items of data. In chrome, the browser displays 10-20 as a modal overlay.
which CSS rules do i need to change to modify the number of items in a select field?
Also, are there other stylings for select fields, the default touch implementation is pretty ugly with the whole Done/Cancel buttons on the bottom of the display.
thanks
PHP Code:items: [
{
xtype: 'selectfield',
name : 'room_letter',
label: 'Room',
valueField: 'room_letter',
displayField: 'room_letter',
store: RoomLetterStore
//useClearIcon: true,
//autoCapitalize : false
}, {
-
2 Mar 2012 1:34 AM #2
Have you figured out the answer yet?
I am facing the same problem now. Can anyone provide help?
-
19 May 2012 11:26 AM #3
Similar Threads
-
Sencha Touch app deployment to IPhone and Android
By m11 in forum Sencha Touch 1.x: DiscussionReplies: 6Last Post: 24 Oct 2011, 12:53 AM -
[FIXED-489] Bug in SELECT field (iOS simulator, Sencha Touch 0.98)
By sdruckerfig in forum Sencha Touch 1.x: BugsReplies: 3Last Post: 4 Jul 2011, 11:54 AM -
Is Sencha Touch usable on Android/Phonegap?
By jason in forum Sencha Touch 1.x: DiscussionReplies: 3Last Post: 19 Apr 2011, 6:01 PM -
Sencha Touch Application is not working in Android device ?
By Shijutv in forum Sencha Touch 1.x: DiscussionReplies: 5Last Post: 11 Jan 2011, 12:11 AM -
Changing length, width, size of domino fields
By Phil Randolph in forum Ext.nd for Notes/DominoReplies: 21Last Post: 28 May 2008, 7:14 AM


Reply With Quote