javascript 在 iOS/Android 上运行良好的 jQuery 日期时间选择器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4576281/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
jQuery Date Time picker that works well on iOS/Android
提问by csexton
Is there a decent date time picker that works well on mobile devices? Everything I have found seems to be very clunky on a phone.
是否有适用于移动设备的不错的日期时间选择器?我发现的所有东西在手机上似乎都很笨重。
The other option is the four drop down selects for day, month, hour and minute. just seems like there must be a better solution out there.
另一个选项是天、月、小时和分钟的四个下拉选项。似乎必须有更好的解决方案。
回答by Levi Kovacs
Try mobiscroll.
试试mobiscroll。
It works very well on android and iOS, and it comes with pre-defiend themes. It can be used with scroll, or the "Android style" +/-.
它在 android 和 iOS 上运行良好,并且带有预定义主题。它可以与滚动或“Android 风格”+/- 一起使用。
回答by Christoph Baudson
Check out my implementation of an Android-style datepicker for jQuery Mobile, called Mobi Pick
查看我为 jQuery Mobile 实现的 Android 风格的日期选择器,名为 Mobi Pick

