Jump to content

Mobile - Dropdown - no modal picker


gerhardhziegler

Recommended Posts

Good evening, folks!

As you may know, most mobile browsers like to interpet the UnimSelect in a separate (modal) popup, where the user needs to pick and confirm. For some reasons I would always like to have the dropdown like an UniComboBox (I can place it within the mobile, but it works with causing an error). I tried to place a boostrap componentent, but its limited to the HMTLUnimFrame, so it doest fit as well.

Any ideas?

Best regards, Gerhard
 

Link to comment
Share on other sites

23 hours ago, gerhardhziegler said:

As you may know, most mobile browsers like to interpet the UnimSelect in a separate (modal) popup, where the user needs to pick and confirm. For some reasons I would always like to have the dropdown like an UniComboBox (I can place it within the mobile, but it works with causing an error). I tried to place a boostrap componentent, but its limited to the HMTLUnimFrame, so it doest fit as well.

Any ideas?

Hi,

This config may help you:

function beforeInit(sender, config)
{
    config.picker='floated';
}

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...