jQWidgets Forums

jQuery UI Widgets Forums General Discussions jqxDropDownList small screens

This topic contains 3 replies, has 2 voices, and was last updated by  admin 4 years, 7 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqxDropDownList small screens #113139

    wpd
    Participant

    Hello,

    I have jqxDropDownList in my webpage and it is working perfectly on screens large than ipad. In small screnns ie ipad and iphone doropdown is not working.
    below is the code i am using. do i need to change anything?

    $(“#sizeDrpDwn”).jqxDropDownList({ placeHolder: “Select Quantity”, selectedIndex:0, width: ‘100%’, height: 30, theme: ‘cagWhitepineCustom’});

    jqxDropDownList small screens #113140

    admin
    Keymaster

    Hi wpd,

    We will need a jsfiddle, codepen or similar which demonstrates an issue with the DropDownList.
    For example, this demo: https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdropdownlist/defaultfunctionality.htm?light works on small screens. We tested it again today with Samsung Note 10 and IPhone 11 Pro.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

    jqxDropDownList small screens #113152

    wpd
    Participant

    I am able to see the dropdown but it is way far away from dropdown
    if i change top in css it is moving for jqx-listbox-container

    overflow: hidden;
    background-color: transparent;
    border: none;
    position: absolute;
    display: block;
    width: 340px;
    height: 225px;
    left: 30px;
    top: 574.641px;

    jqxDropDownList small screens #113155

    admin
    Keymaster

    Hi wpd,

    We are unable to reproduce this with the information which we have. Please, share online example in jsfiddle or codepen which demonstrates a problem with the current version of the component.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.