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
time zhong
November 15, 2013
Technology
0
140
一起移动吧-交互篇
time zhong
November 15, 2013
Tweet
Share
More Decks by time zhong
See All by time zhong
跨越不可能-让WebApp如Native般顺滑
timezhong
0
130
MAY I EAT WEB SPEECH
timezhong
0
120
可遇见的WEB
timezhong
0
160
一起移动吧-基础篇
timezhong
1
72
有沟必火
timezhong
1
160
我的一天
timezhong
0
120
被解放的GPU
timezhong
1
160
网站字体渲染过程
timezhong
7
900
Other Decks in Technology
See All in Technology
ComposeではないコードをCompose化する case ビズリーチ / DroidKaigi 2025 koyasai
visional_engineering_and_design
0
110
能登半島地震で見えた災害対応の課題と組織変革の重要性
ditccsugii
0
880
『バイトル』CTOが語る! AIネイティブ世代と切り拓くモノづくり組織
dip_tech
PRO
1
130
Digitization部 紹介資料
sansan33
PRO
1
5.5k
業務効率化をさらに加速させる、ノーコードツールとStep Functionsのハイブリッド化
smt7174
2
140
Vibe Coding Year in Review. From Karpathy to Real-World Agents by Niels Rolland, CEO Paatch
vcoisne
0
140
ビズリーチ求職者検索におけるPLMとLLMの活用 / Search Engineering MEET UP_2-1
visional_engineering_and_design
1
120
なぜAWSを活かしきれないのか?技術と組織への処方箋
nrinetcom
PRO
4
880
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
8.8k
プレーリーカードを活用しよう❗❗デジタル名刺交換からはじまるイベント会場交流のススメ
tsukaman
0
160
『OCI で学ぶクラウドネイティブ 実践 × 理論ガイド』 書籍概要
oracle4engineer
PRO
3
220
やる気のない自分との向き合い方/How to Deal with Your Unmotivated Self
sanogemaru
0
500
Featured
See All Featured
Designing for Performance
lara
610
69k
Speed Design
sergeychernyshev
32
1.2k
The Language of Interfaces
destraynor
162
25k
Gamification - CAS2011
davidbonilla
81
5.5k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
KATA
mclloyd
32
15k
For a Future-Friendly Web
brad_frost
180
9.9k
Being A Developer After 40
akosma
91
590k
The Pragmatic Product Professional
lauravandoore
36
6.9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
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