Skip to content

Instantly share code, notes, and snippets.

@sorich87
Created October 11, 2010 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sorich87/620963 to your computer and use it in GitHub Desktop.
Save sorich87/620963 to your computer and use it in GitHub Desktop.
$mobile = array(
'2.0 MMP',
'240x320',
'400X240',
'AvantGo',
'BlackBerry',
'Blazer',
'Cellphone',
'Danger',
'DoCoMo',
'Elaine/3.0',
'EudoraWeb',
'Googlebot-Mobile',
'hiptop',
'IEMobile',
'KYOCERA/WX310K',
'LG/U990',
'MIDP-2.',
'MMEF20',
'MOT-V',
'NetFront',
'Newt',
'Nintendo Wii',
'Nitro', // Nintendo DS
'Nokia',
'Opera Mini',
'Palm',
'PlayStation Portable',
'portalmmm',
'Proxinet',
'ProxiNet',
'SHARP-TQ-GX10',
'SHG-i900',
'Small',
'SonyEricsson',
'Symbian OS',
'SymbianOS',
'TS21i-10',
'UP.Browser',
'UP.Link',
'webOS', // Palm Pre, etc.
'Windows CE',
'WinWAP',
'YahooSeeker/M1A1-R2D2',
);
$touch = array(
'iPad',
'iPhone',
'iPod',
'Android',
'BlackBerry9530',
'LG-TU915 Obigo', // LG touch browser
'LGE VX',
'webOS', // Palm Pre, etc.
'Nokia5800',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment