iPhone iOS7 3D select/drop down feature

荒凉一梦 提交于 2020-01-05 07:04:08

问题


I don't like the new iOS7 3D select box when it shows you the select options (image attached). Its fine on the iPad with a flat look. It makes the mobile view of the webpage look broken and confusing for the user. Its hard to move away from the box after, blends in with the background of the page etc...

Is there anyway to override this horrible looking, unusable feature? default to the old?


回答1:


select inputs will behave like that in iOS browser. You can not avoid it using a select box.

What you can do instead is using some HTML markup and with jQuery and CSS make it look like a select box. Kind of like an open menu.

I wouldn't recommend it though.



来源:https://stackoverflow.com/questions/19090160/iphone-ios7-3d-select-drop-down-feature

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!