html - How to show required field with jqtouch in iphone view? -
i've started designing pages particularly iphone browser (safari). don't know if jqtouch best or not, started working on it.
till learned initialization of jqtouch, , implemented touch events (tap, swipe).
now planning create user interface , forms. take on demo (best viewed in webkit).
now coming question, best way show required field in iphone view?
you can post suggestions on ui creation iphone..
question belongs html, not related objective c!
to start off, don't think there convention indicating required form field in iphone. so, developers. depends on how implement form fields. there few different ways this. example,
text input field placeholder attribute
drill down form, e.g. settings
key-value fields, e.g. contacts
for first option, may have more space put in more informative wording, such suggested vikas: "username (required)".
for latter two, might follow desktop convention adding asterisk in front/back of label, e.g. "* username".
Comments
Post a Comment