On Jul 12, 8:24 pm, Kalle Alm <kalle.
...@gmail.com> wrote:
> Tom, ... the demo.sahana.lk link is the version 2 page. ...
Yes, the demo is version 2. Thanks for giving it a try. For other
readers wndering wht this is about see: <
http://www.tomw.net.au/2005/ wd/sahana3.shtml#css>.
> My thoughts:
> * the sidebar is essentially worthless on an iPhone. ...
That should be fixable if the iPhone accepts the CSS media type of
"handheld". We can then automatically replace the sidebar with a menu
the full width of the screen, when an iPhone, or other smart phone is
used. To see if this works, try my old Sahana prototype on the iPhone:
<
http://www.tomw.net.au/2005/wd/sahana/>.
On a desktop PC the menu should appear as a bullet list on the right
of the screen. On a handheld device it should appear as a numbered
list at the top, taking up the full width of the screen.
To see how this is done with CSS: <http://www.tomw.net.au/2005/wd/
sahana3.shtml#css>.
> * the thing at the top (blue bar) works except for the top-right things
> (incident / language) which are ultratiny.
Will have it made larger.
> * when I used "Next" to go from Incident to Language, I actually ended
> up at the login form instead ...
This is called the "logical tab order" in web accessibility
terminology <
http://www.w3.org/WAI/wcag-curric/sam73-0.htm>.
This can be changed using the HTML tabindex attribute <http://
www.w3.org/TR/html4/interact/forms.html#h-17.11.1>. But generally the
natural order of left to right, top to bottom (for English readers)
should be used.
> This feedback is based on the assumption that you don't want people to
> have to pinch-zoom just to access the menu items, of course.
Might be difficult to implement pinch zoom and have it still
compatible with other hand held devices.
ps: Thank you for your assistance.