SlideShare a Scribd company logo
Responsive
Web Design and
touch devices
From /John Tsevdos @tsevdos
agenda
adapt to touch devices
provide solutions
javascript touch frameworks
techniques, tips and tools
responsive web design
principles
flexible layout/grid
media queries
flexible media (images, videos, etc.)
you can get there from
here
interaction
UX
this is a "touch" world
fingers !== mouse pointer
different mediums
different use
"traditional" web design
might not work
* at least out of the box
navigation
call to action links
long forms/tables
:hoverand mouseover events
UI components
keep calm and :
simplify
follow the patterns (and the big players)
try to avoid functionality that doesn't really work on
touch devices
navigation
do nothing approach (CSS)
select menu (js)
toggle menu (js)
left/right nav flyout (js)
footer only (css)
adapt to touch :
navigation
adapt to touch :
responsive navigation patterns
navigation
if you are too lazy to build your own custom navigation try
the below links/resources
select menu :
toggle menu :
left/right nav flyout :
adapt to touch :
jQuery Responsive Menu Plugin
TinyNav.js
FLEXNAV
TOP DRAWER
jPanelMenu
call to action links
make larger click areas
add padding
adapt to touch :
call to action links
adapt to touch :
<!-- Good -->
<div>
<a href="url/path">
<img src="nice/image.jpg" alt="nice image" />
<p>This is a very nice image.</p>
</a>
</div>
<!-- Boring -->
<div>
<div class="image">
<a href="url/path">
<img src="nice/image.jpg" alt="nice image" />
</a>
</div>
<p><a href="url/path">This is a very nice image.</a></p>
<p><a href="url/path">read more</a></p>
</div>
forms
minimize form input
use the appropriate virtual keyboard
adapt to touch :
forms
adapt to touch :
<!-- Default Keyboard -->
<input type="text" />
<!-- Numeric Keyboard -->
<input type="number" />
<!-- Number Keyboard -->
<input type="tel" />
<!-- URL Keyboard -->
<input type="url" />
<!-- e-mail Keyboard -->
<input type="email" />
<!-- Pattern Keyboard -->
<input pattern="[0-9]*" type="text" />
tables
try to avoid them
overflow:scroll
adapt to touch :
tables
native scroll inside elements ( )
adapt to touch :
source
overflow: scroll;
-webkit-overflow-scrolling: touch; /* native like scroll */
tables
(Zurb.com)
(jQuery Mobile)
(bootstrap plugin)
adapt to touch :
responsive tables
reflow table mode
responsive tables
:hoverand mouseover
events
try to avoid them
don't use them for displaying/perfoming critical
inforation/tasks (for example tooltips and dropdown
menus)
provide alternatives
adapt to touch :
:hoverand mouseover
events
no silver bullet for these
try to use similar touch events
adapt to touch :
UI components
(like modals, image sliders, carousels, tabs, accordions etc.)
do they enhance the experience or they just make
things worst?
are they really working on touch devices?
do they respond to touch events?
adapt to touch :
use a javascript touch
library
lean touch libraries
full touch libraries
lean touch libraries fetures
small footprint
easier to use
no UI components, just the touch events
excellent solutions for small/middle projects
lean libraries
(modular, works like jQuery)
Hammer.js
QUO.js
full touch libraries fetures
large footprint
more complete solutions (provide UI components and
widgets)
excellent solution for biggers projects/apps
full touch libraries
jQuery mobile
Sencha Touch
jQT
iUI
best practice
start small, but if you really need something more
complete, don't hesitate to use it!
always try to load only what you really need/use
when in doubt, check how
the "big" players do it
Bootstrap
Foundation
Pure
follow the guidelines
create your own!
Android User Interface Guidelines
iOS Human Interface Guidelines
touch devices can do more
call or text
<a href="tel:+306948123456">+306948123456</a>
<a href="sms:+306948123456">+306948123456</a>
touch devices can do more
capture images, video or sound using HTML forms
<input type="file" accept="image;capture=camera" />
<input type="file" accept="video;capture=camcorder" />
<input type="file" accept="audio;capture=microphone" />
be a pioneer
reward modern browser users
use HTML5 (elements, attributes etc.)
use CSS3 (gradients, shadows/text shadows, rgba,
transitions, animations, fonts, etc.)
SVG
add a feature detection and adaptation strategy (
)modernizr
be a pioneer
use , or (or simply
use a library like )
graceful degradation
HTML5 geolocation API
IndexedDB Web SQL Local Storage
lawnchair
congratulations!
make it touch-friendly
enrich the UX on tablets/smartphones
thank you
questions ?
I'm social...
tsevdos.com
phrappe.com
@tsevdos
github.com/tsevdos
linkedin.com/in/tsevdosjohn

More Related Content

ODP
Understanding the Touch Interface [IndicThreads Mobile Application Developmen...
PDF
UX Is Like A Joke
PPTX
The Smart Guide to Multichannel Measurement
PDF
How to use analytics to grow your eCommerce business
PDF
Impatience is a Virtue - How Restless Audiences Demand Smarter Marketing Stra...
PPT
Adaptive Web Design, does size really matter?
PDF
Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...
PDF
Responsive Web Design
Understanding the Touch Interface [IndicThreads Mobile Application Developmen...
UX Is Like A Joke
The Smart Guide to Multichannel Measurement
How to use analytics to grow your eCommerce business
Impatience is a Virtue - How Restless Audiences Demand Smarter Marketing Stra...
Adaptive Web Design, does size really matter?
Ready to go Mobile? Today's Mobile Landscape: Responsive, Adaptive, Hybrid, a...
Responsive Web Design

Similar to Responsive Web Design and touch devices (20)

PPTX
Fast multi touch enabled web sites
PPTX
Tips for building fast multi touch enabled web sites
PDF
Accessible Responsive Web Design
PPTX
Responsive Web Design for Enterprise Apps
PPTX
Mobile web with jQuery Mobile
PPT
Responsive web design & mobile web development - a technical and business app...
PPT
Skill Session - Web Multi Device
PPTX
Design Like a Pro: Basics of Building Mobile-Responsive HMIs
PPT
Devices on the Web (2.0)
PDF
Devon 2011-f-1 반응형 웹 디자인
PPTX
Seminar: Putting Mobile First
PPTX
Putting Mobile First
PDF
NoVA UX Responsive Design
PDF
Mobile Web Overview https://www.edocr.com/v/k52p5vj4/
PDF
T3con10_html5_kosack_zinner
PDF
Responsive webdesign
PDF
Responsive Webdesign - UXtour Microsoft
PDF
Part 2: Intermediate Designing for Multiple Devices - GA London, 31 Jul 2013
PDF
Qt WebKit going Mobile
PDF
Interactions in Responsive Web - BDConf Orlando 2014
Fast multi touch enabled web sites
Tips for building fast multi touch enabled web sites
Accessible Responsive Web Design
Responsive Web Design for Enterprise Apps
Mobile web with jQuery Mobile
Responsive web design & mobile web development - a technical and business app...
Skill Session - Web Multi Device
Design Like a Pro: Basics of Building Mobile-Responsive HMIs
Devices on the Web (2.0)
Devon 2011-f-1 반응형 웹 디자인
Seminar: Putting Mobile First
Putting Mobile First
NoVA UX Responsive Design
Mobile Web Overview https://www.edocr.com/v/k52p5vj4/
T3con10_html5_kosack_zinner
Responsive webdesign
Responsive Webdesign - UXtour Microsoft
Part 2: Intermediate Designing for Multiple Devices - GA London, 31 Jul 2013
Qt WebKit going Mobile
Interactions in Responsive Web - BDConf Orlando 2014
Ad

Recently uploaded (20)

PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
cuic standard and advanced reporting.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPT
Teaching material agriculture food technology
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
Big Data Technologies - Introduction.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
NewMind AI Weekly Chronicles - August'25-Week II
cuic standard and advanced reporting.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Teaching material agriculture food technology
20250228 LYD VKU AI Blended-Learning.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Approach and Philosophy of On baking technology
Big Data Technologies - Introduction.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Spectral efficient network and resource selection model in 5G networks
Network Security Unit 5.pdf for BCA BBA.
Reach Out and Touch Someone: Haptics and Empathic Computing
MYSQL Presentation for SQL database connectivity
Building Integrated photovoltaic BIPV_UPV.pdf
Programs and apps: productivity, graphics, security and other tools
MIND Revenue Release Quarter 2 2025 Press Release
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Ad

Responsive Web Design and touch devices