Created
October 11, 2010 18:10
-
-
Save sorich87/620963 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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