Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Problem with Dropdown Menu on Ipad

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44689

    We are having a problem with a drop down menu which is not properly displayed on an Ipad.

    When opening the drop down menu on an Ipad, the drop down menu is not wide enough, so the text within the drop menu is displayed in 2 rows which looks really bad. (looks fine on IE or Chrome)

    We asked our programmers to make the drop down menu wider so text will be displayed in one row. But our Programmers say that Ipad selects the width of the drop down menu automatically and there is nothing they can do about this.

    Is there a way to fix this problem ?

    #134692
    Paulie_D
    Member

    Hmm…a quick google would seem to indicate that there isn’t.

    #134698

    Can you tell me what exactly you googled ? Sorry, we are not the real experts -:)

    #134709
    Paulie_D
    Member

    I assumed you were referring to the ‘select’ `` type and not a standard HTML/CSS dropdown menu?

    The former are **really** hard to change, the latter…not so much.

    If it’s the latter it should be an matter of a media query or responsive design and I would assume that was a fundamental part of the brief.

    We’d need to see the site to be able to help much further (or have a reduced case in Codepen).

    #134800

    Hi Pauli,

    ok, we asked our programmer what type he was using and this is what he responded.

    We are using html select box.

    Any advice you can give ?

    #134805
    Paulie_D
    Member

    Nope…Apple are **really** paranoid about how that sort of things renders in iOS Safari and have it locked down pretty tight.

    http://stackoverflow.com/questions/3006647/list-of-known-safari-on-ipad-differences-over-desktop-safari

    I find it odd that the text is so long that it could break the basic functionality like that.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Back End’ is closed to new topics and replies.