Tablet Mobile Computer Experience

This is the layout of our sample site intended for tablet mobile computers!

You have been redirected to this page because you are using a tablet mobile computer device.

See

/Examples/Redirection/index.php
All requests first go to this controller script. This script uses DeviceAtlas to detect device type and decides which website to redirect to.

/Examples/Redirection/tablet/
The files of this page are located in this directory.

How does it work

If we have different web sites and each one is created to give the best content and user experience to a specific device type. Users will enter our main web-site URL in their browsers, the source code which gets this first request will use DeviceAtlas DeviceApi to detect the device type, then based on the conclusions, the user will be redirected to the web-site which provides the best experience for her/his device.
In this example four directories will mimic four different websites that give specific service to "desktop browsers", "mobile device" and "tablet pcs". Each directory contains a sample "index.html".

Files used in this example

In this example there are four directories representing four websites. The requests are redirected to one of this directories:

Landing page:
/Examples/Redirection/index.php
Desktop computer browsers:
/Examples/Redirection/desktop/index.html
Tablet mobile computers:
/Examples/Redirection/tablet/index.html
High-end mobile devices:
/Examples/Redirection/mobile/highend/index.html
Low-end mobile devices:
/Examples/Redirection/mobile/lowend/index.html