Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
一起移动吧-交互篇
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
time zhong
November 15, 2013
Technology
150
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
一起移动吧-交互篇
time zhong
November 15, 2013
More Decks by time zhong
See All by time zhong
跨越不可能-让WebApp如Native般顺滑
timezhong
0
140
MAY I EAT WEB SPEECH
timezhong
0
120
可遇见的WEB
timezhong
0
170
一起移动吧-基础篇
timezhong
1
79
有沟必火
timezhong
1
180
我的一天
timezhong
0
140
被解放的GPU
timezhong
1
170
网站字体渲染过程
timezhong
7
920
Other Decks in Technology
See All in Technology
SnowflakeCoCoでデータエンジニアリング!
foursue
0
120
Claude Mythos、Fable...フロンティアAIの最新動向と企業のセキュリティ対策
flatt_security
0
190
オートロックマンションなのに、各部屋は施錠なし!? 攻撃者が組織内ネットワークで大暴れする理由 / The Front Door Is Locked, but the Rooms Are Wide Open: Why Attackers Move Freely Inside Enterprise Networks
nttcom
0
1k
Claude Code並行開発環境の ムダ‧ムラ‧ムリを見直した話
muranakaaa
2
400
AIエージェントの知識表現と推論に なぜグラフが使われるのか - 記号的AIの復権とニューラルAIとの統合
yohei1126
1
250
QAタスクをスキル化したいときに考えること
aomoriringo
0
150
組織にどうSREを根付かせるか?〜IVRyの場合〜
abnoumaru
0
250
現場で使える AWS DevOps Agent 活用ノウハウ - Release Management 機能の検証結果を添えて / AWS DevOps Agent Release Management and Know-How
kinunori
5
850
【Loop Engineeringの次に来る?】人間中心デザインをもとにしたInquiry Engineeringを提唱したい
kotahisafuru
0
100
コンポーネント名には何を含めるべきなのか? / what-should-be-included-in-component-names
airrnot1106
0
240
データと地図で読む 大井町の「かわるもの、かわらないもの」
yoshiyama_hana
0
900
20260608_Codexの可能性_ノンプログラマー向け_大城追記
doradora09
PRO
0
730
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
2.1k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
3
1.1k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
250
The Cult of Friendly URLs
andyhume
79
7k
Done Done
chrislema
186
16k
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
6k
What's in a price? How to price your products and services
michaelherold
247
13k
ラッコキーワード サービス紹介資料
rakko
1
4.2M
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
62
45k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
WENDY [Excerpt]
tessaabrams
11
39k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Transcript
None
Feedback
反馈类型 • 使用动画 如:iOS中的操作动画 • 改变颜色,ICON等 比如:链接,按钮 • 播放声音 •
其他 好的反馈要保证用户一直很清楚当前的状态
移动端的特殊性 • a:hover{text-decoration:underline} • -webkit-tap-highlight-color: rgba(0,0,0,0);
Gesture
None
None
None
None
None
可响应区域 • Apple: 44*44 pixels。 • Android Design说7-10mm是比较理想的尺寸。 • Microsoft的Windows
Phone UI Design and Interaction Guide推 荐的最小触控目标尺寸为7*7mm(26*26px),理想的尺寸为 9*9mm(34*34px)。 • Nokia的开发指南建议目标尺寸应该不小于10*10mm(28*28px)。
可操作的元素
Are you a gril ?
小调查
Portrait landscape
横竖屏切换内部原理
竖屏(portrait ) 横屏(landscape ) 去掉后链接字号横屏变大
On iPad the default value for -webkit-text-size-adjust is none. On
all other devices, the default value is auto.
None
-webkit-text-size-adjust:100% -webkit-text-size-adjust:none
从竖屏到横屏的设计-1
从竖屏到横屏的设计-2
从竖屏到横屏的设计-3
从竖屏到横屏的设计-4
从竖屏到横屏的设计-5
从竖屏到横屏的设计-6
Keyboard
None
1. QQ帐号==数字?数字键盘:其它 2. 数字键盘可点击区域加大,约等于传统键盘的4.71倍 3. 点击输入时显示全部的操作
1.合理设置键盘类型 <input type="tel" /> <input type="text" pattern="\d*" novalidate /> <input
type="email" />
2.如果自动提示不准确,请关闭 <input type="text" autocorrect="off" />
3.统一键盘类型
4.合理禁用大小写 <input type="email" autocapitalize="off" />
BROWSER: TROUBLE MAKER
We Always: TROUBLE KILLER
TO BE: SHUANG MAKER
THANKS