Auto

My actual question is: Let say we have a DOB fields three separate fields DOB: [MM] [DD] [YYYY]

here MM =Month

DD = date

YYYY = Year

And when we put 10 in MM field the control should move automatically to DD

I have developed this DOB field using XHTML and Jquery, my application is not web responsive.


Now what the problem is happening actually when I run my application in I-phone 6(IOS phone)

And for Date of Birth(DOB) fields when I put 10 digit the control is not moving automatically to the next field.

Replies

Why did you post this under WWDC? Your issue is a coding issue. You need to control which text

field or label gets focus next, it isn't automatic.