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
71
有沟必火
timezhong
1
160
我的一天
timezhong
0
120
被解放的GPU
timezhong
1
160
网站字体渲染过程
timezhong
7
900
Other Decks in Technology
See All in Technology
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
200
テストを軸にした生き残り術
kworkdev
PRO
0
200
要件定義・デザインフェーズでもAIを活用して、コミュニケーションの密度を高める
kazukihayase
0
110
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
AIのグローバルトレンド2025 #scrummikawa / global ai trend
kyonmm
PRO
1
280
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
330
2025年夏 コーディングエージェントを統べる者
nwiizo
0
140
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
170
【初心者向け】ローカルLLMの色々な動かし方まとめ
aratako
7
3.4k
Snowflake Intelligenceにはこうやって立ち向かう!クラシルが考えるAI Readyなデータ基盤と活用のためのDataOps
gappy50
0
180
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
240
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
120
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.2k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
For a Future-Friendly Web
brad_frost
180
9.9k
Navigating Team Friction
lara
189
15k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Faster Mobile Websites
deanohume
309
31k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
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