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
130
一起移动吧-交互篇
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
150
一起移动吧-基础篇
timezhong
1
70
有沟必火
timezhong
1
160
我的一天
timezhong
0
120
被解放的GPU
timezhong
1
160
网站字体渲染过程
timezhong
7
900
Other Decks in Technology
See All in Technology
250627 関西Ruby会議08 前夜祭 RejectKaigi「DJ on Ruby Ver.0.1」
msykd
PRO
2
370
PHP開発者のためのSOLID原則再入門 #phpcon / PHP Conference Japan 2025
shogogg
4
930
Amazon Bedrockで実現する 新たな学習体験
kzkmaeda
2
680
rubygem開発で鍛える設計力
joker1007
2
270
CursorによるPMO業務の代替 / Automating PMO Tasks with Cursor
motoyoshi_kakaku
2
780
Model Mondays S2E03: SLMs & Reasoning
nitya
0
240
変化する開発、進化する体系時代に適応するソフトウェアエンジニアの知識と考え方(JaSST'25 Kansai)
mizunori
1
260
Lambda Web Adapterについて自分なりに理解してみた
smt7174
5
140
Github Copilot エージェントモードで試してみた
ochtum
0
130
KubeCon + CloudNativeCon Japan 2025 Recap Opening & Choose Your Own Adventureシリーズまとめ
mmmatsuda
0
230
自律的なスケーリング手法FASTにおけるVPoEとしてのアカウンタビリティ / dev-productivity-con-2025
yoshikiiida
0
320
使いたいMCPサーバーはWeb APIをラップして自分で作る #QiitaBash
bengo4com
0
1.2k
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
77
9.4k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Bash Introduction
62gerente
614
210k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Speed Design
sergeychernyshev
32
1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
What's in a price? How to price your products and services
michaelherold
246
12k
Become a Pro
speakerdeck
PRO
28
5.4k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
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