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,

  1. text input field placeholder attribute

  2. drill down form, e.g. settings

  3. key-value fields, e.g. contacts

alt text

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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -