I'm developing a mobile site using IUI
.
It's a framework that makes web pages look like IPhone
dialogs.
I have a tree-like catalog and on a certain level the page asks for a password to proceed.
I'm not quite used to IPhone
and failed to find a native dialog with a password check that can fail.
What is the "IPhonic" way to handle an invalid password?
Should I display a modal window, an in-page warning in red or what?