IUI显示无效密码的方法
我正在使用 IUI
开发一个移动网站。
它是一个使网页看起来像 iPhone
对话框的框架。
我有一个树状目录,并且在某个级别上该页面要求输入密码才能继续。
我不太习惯 iPhone
,并且未能找到带有可能失败的密码检查的本机对话框。
处理无效密码的“IPhonic”方式是什么?
我应该显示模式窗口、红色页内警告还是什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里的标准是某种 模式警报查看。
IUI 大概已经实现了这一点(尽管我无法通过快速搜索找到它),但它是如何实现的 外观(跳至视频末尾附近)。
基本上是一个模式警报对话框,但带有一些动画和聚光灯/闪耀效果。 很大程度上是动画让它给人一种“iPhone”的感觉。
A standard thing here is some kind of modal alert view.
IUI presumably implements this already (tho I can't find it from a quick search) but here is how it looks (skip to near the end of the video).
Basically a modal alert dialog but with some animation and a spotlight/shine effect. It is largely the animation that makes it feel 'iPhone'.
从 AppStore 购买商品时,如果密码无效,您会看到一个模式对话框,指出您的密码不正确以及您是否要重试或取消。
When buying stuff from the AppStore, if the password is invalid you get a modal dialog that states that your password is incorrect and whether you want to retry or cancel.