[CLOSED] combo box for mobile devices

  1. #1

    [CLOSED] combo box for mobile devices

    Hi All,

    I need to develop a site for mobile devices (iPhone as example).

    Labels, buttons - they are good.

    However, combo box - it is too small.

    1. How to make combo box bigger? If it is not possible - what should I use instead? (critical)

    .my-combo  {
                    height: 100px !important;
                }
    change the control height but trigger stays small - the same as combo items

    2. FieldLabel - can I user html? (not critical - can be replaced with label)

    Thank you.
    Last edited by Daniil; May 26, 2015 at 4:48 PM. Reason: [CLOSED]
  2. #2
    .combo-custom {
                    height: 60px !important;
                }
                .combo-custom .x-form-arrow-trigger  {
                    height: 60px !important;
                    width: 35px !important;
                }
    - change trigger and control sizes (trigger looks ugly here)

    Field values are still small
  3. #3
    Hi @rbtceo,

    There are CrispTouch and NeptuneTouch themes. Please clarify have you tried them?

    2. FieldLabel - can I user html? (not critical - can be replaced with label)
    Please start a new forum thread.
  4. #4
    FieldLabel - I sorted it out.

    CrispTouch and NeptuneTouch - I did not try them. I play with css now.

Similar Threads

  1. Tablet and mobile devices friendly UI?
    By Dimitris in forum Open Discussions
    Replies: 2
    Last Post: Dec 24, 2014, 5:54 AM
  2. Replies: 1
    Last Post: Jun 06, 2014, 6:09 AM
  3. Mobile Compatibility
    By pessimca in forum 2.x Help
    Replies: 4
    Last Post: Feb 24, 2014, 12:53 PM
  4. Replies: 2
    Last Post: Jul 22, 2013, 1:45 PM
  5. Mobile development
    By cuki in forum 1.x Help
    Replies: 0
    Last Post: May 05, 2012, 6:06 PM

Tags for this Thread

Posting Permissions