- 101 UX Principles
- Will Grant
- 191字
- 2021-07-16 18:02:38
Chapter #11. Search Should be a Text Field with a Button Labeled "Search"
Search has, over the years, been over-designed. One common anti-pattern is hiding search behind a control to activate it. Slowing the user down and adding an extra step might remove an input field from your view but at the expense of familiarity.
If you're offering your users a search function, then show them a text field with a search button. If you're using an icon, then use a "magnifying glass" icon. This is the archetype and using anything else makes no sense anymore.

The "gold standard"
On a mobile phone screen, there may not be enough space to always show the search field, but I'd still encourage you to evaluate if you can. Tucking the search field into the top of a scrolling view can work well:

Search at the top of a list view only appears when "pulled down"
Bonus points: when the user taps the Search tab in a mobile app, show the search view, move the cursor to the search field and show the device keyboard for them.
- 觸摸屏實(shí)用技術(shù)與工程應(yīng)用
- FPGA從入門到精通(實(shí)戰(zhàn)篇)
- Android NDK Game Development Cookbook
- 深入淺出SSD:固態(tài)存儲核心技術(shù)、原理與實(shí)戰(zhàn)
- Intel FPGA/CPLD設(shè)計(jì)(高級篇)
- 精選單片機(jī)設(shè)計(jì)與制作30例(第2版)
- Getting Started with Qt 5
- micro:bit魔法修煉之Mpython初體驗(yàn)
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- OUYA Game Development by Example
- 龍芯自主可信計(jì)算及應(yīng)用
- “硬”核:硬件產(chǎn)品成功密碼
- USB應(yīng)用分析精粹:從設(shè)備硬件、固件到主機(jī)端程序設(shè)計(jì)
- 嵌入式系統(tǒng)設(shè)計(jì)大學(xué)教程(第2版)
- 微服務(wù)架構(gòu)基礎(chǔ)(Spring Boot+Spring Cloud+Docker)