简体   繁体   中英

How to make my desktop select list behave like a ios picker when viewed on iphone?

I have a dropdown list like this: 在此处输入图片说明

Can I make it behave like this when viewed on iphone?

在此处输入图片说明

I'm using bootstrap 3, any suggestions??

Thanks in advance!

Short answer: No you can not automatically create a Select field in Desktop like on iOS because the select field on mobile uses the native mobile OS implementation. So Bootstrap won't help you here at this point.

Long answer: You could try to recreate the select field on desktop with CSS and JavaScript. jQuery UI Selectmenu ( https://jqueryui.com/selectmenu/ ) allows you to create custom select dropdown fields which you could style via CSS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM