Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Visualforce Development Cookbook

You're reading from  Visualforce Development Cookbook

Product type Book
Published in Sep 2013
Publisher Packt
ISBN-13 9781782170808
Pages 334 pages
Edition 1st Edition
Languages
Author (1):
Keir Bowden Keir Bowden
Profile icon Keir Bowden

Table of Contents (16) Chapters

Visualforce Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. General Utilities 2. Custom Components 3. Capturing Data Using Forms 4. Managing Records 5. Managing Multiple Records 6. Visualforce Charts 7. JavaScript 8. Force.com Sites 9. jQuery Mobile Index

Redirecting to the mobile page based on the browser


While developers can provide mobile versions of a web page or site, users only access these if they are aware of the URL. When a user receives a link to a full site page in an e-mail or social media post, they are likely to follow this link rather than attempting to alter it to point to the mobile version. An application can improve the user experience by detecting that a mobile device is in use and sending the user to a mobile version of the page.

There are two ways in which this functionality can be provided in Visualforce. They are as follows:

  • Server side by interrogating the USER-AGENT header of the request and matching this against a set of mobile devices. While this provides a faster experience for the user, as a server-side redirect can be used to send them to the destination page, it does introduce a maintenance overhead, as the list of mobile devices is ever increasing.

  • Client side using JavaScript to determine the dimensions of...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}