Webmobile - Display 3 select boxes at the same time !
I have a mobile website (mainly iPhone, but Android and others too..) with a simple form. It contains three select boxes for the day, the month and the year. The iPhone automatically displays a pretty nice wheel for each one of the select boxes, but only one at the same time.
Is there an easy way to display the 3 wheels (corresponding to the 3 form fields) at the same time, to get kind of a "triple-wheel" which would make the date picking easier, fa开发者_JAVA百科ster, and even sexier \o/
Frenchly ^^
Julien L
You might look at emulating UIDatePicker
with HTML.
精彩评论