Question T12852
Visible to All Users

Dropdown for mobile are not showing data so well

created 2 years ago

Hello,

We are having issues with dropdown questions. When we select the dropdown question it overlays the screen and seems weird.

Here is the code that we got
https://codepen.io/lucas-soares-soci/pen/XWxMVEo

To wrap a survey should we follow some requirements or is it a bug?

Attached a video on IOS and Adroid.

Comments (1)

    Hello Lucas,
    Thank you for reporting this issue. We will research this issue and update the following ticket once we have any news to share: The Dropdown question's popup incorrectly appears on mobile screens.

    Thanks

    Answers approved by surveyjs Support

    created 2 years ago

    Hello Lucas,
    We researched this issue. It appears that a survey UI is not adjusted to mobile screen usage because the following configuration setting is not included to a web page:

    HTML
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    I added this code line to your sample: https://codepen.io/JaneGaid/pen/yLRXYoy. Now, the Dropdown's popup is displayed correctly. Please refer to my video.

    Please try this configuration on your side. Let me know if it works for you.