Skip to content

Instantly share code, notes, and snippets.

@sergej-brazdeikis
Created May 30, 2012 18:22
Show Gist options
  • Save sergej-brazdeikis/2838114 to your computer and use it in GitHub Desktop.
Save sergej-brazdeikis/2838114 to your computer and use it in GitHub Desktop.
<?php
if ($detect->isIpad()) {
// code to run for the iPad platform
}
if ($detect->isIphone()) {
// code to run for the iPhone platform
}
if ($detect->isAndroid()) {
// code to run for the Google Android platform
}
if ($detect->isMobile()) {
// any mobile platform
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment