上下文菜单和触摸屏设备
既然触摸屏设备如此普遍,那么设计使用自定义上下文菜单的网站是一个坏主意吗?
我说的是这种菜单。 iPhone 用户和 Android 移动用户如何查看上下文菜单?用户是否能够与自定义上下文菜单交互?在此类设备上进行编程思考时还有哪些其他不良做法?
Now that touch-screen devices are so common, it's a bad idea to design websites that uses a custom context menu?
I'm talking about this kind of menus. How iPhone users and Android mobile users see context menus? Are the users able to interact with custom context menus? Which are other bad practices when programming thinking on this kind of devices?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 android.. 中,当我们按住特定链接或文本时,会出现上下文菜单(例如在浏览器中)。我认为我们仍然可以有上下文菜单,只是它被触发的事件是不同的。
In android..context menu appears (eg. in browser) when we press and hold a particular link or text. I think we can still have context menus except that the event on which it gets fired up is different.