html - JavaScript Mimics of the iPad's UI (specifically, UIDatePicker and UIPicker) -


does know way mimic uidatepicker , more general uipicker ios controls in html & javascript?

uidatepicker uipicker

does know of solution this? i've seen javascript mimics of other iphone/ipad controls, such uipopovercontroller. able offer way of entering dates (compared solutions jquery ui's datepicker). looks easy use both on mouse scroll-wheel , on ipad. so, advice?

one reason these strange widgets exist because typing on touchscreens annoying. wouldn't want use sort of widget on desktop same reason few people draw pictures mice: control mouse isn't same control touchscreen.

for reason, libraries have implemented functionality mobile, , not ensure compatibility older browsers such ie6. if need support webkit browsers, , don't mind using large framework purpose, sencha touch's picker works (see page example). sencha's doesn't offer mousewheel support.

i don't know if has implemented 1 outside of large framework, wouldn't hurt around.

--- edit ---

a solution listed in previous stackoverflow question (date picker iphone web application) chosen answer, it's mobile — perhaps iphone. @ code , write 1 work on desktop.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -