Guest User

Untitled

a guest
Jun 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. $mobile = array(
  2. '2.0 MMP',
  3. '240x320',
  4. '400X240',
  5. 'AvantGo',
  6. 'BlackBerry',
  7. 'Blazer',
  8. 'Cellphone',
  9. 'Danger',
  10. 'DoCoMo',
  11. 'Elaine/3.0',
  12. 'EudoraWeb',
  13. 'Googlebot-Mobile',
  14. 'hiptop',
  15. 'IEMobile',
  16. 'KYOCERA/WX310K',
  17. 'LG/U990',
  18. 'MIDP-2.',
  19. 'MMEF20',
  20. 'MOT-V',
  21. 'NetFront',
  22. 'Newt',
  23. 'Nintendo Wii',
  24. 'Nitro', // Nintendo DS
  25. 'Nokia',
  26. 'Opera Mini',
  27. 'Palm',
  28. 'PlayStation Portable',
  29. 'portalmmm',
  30. 'Proxinet',
  31. 'ProxiNet',
  32. 'SHARP-TQ-GX10',
  33. 'SHG-i900',
  34. 'Small',
  35. 'SonyEricsson',
  36. 'Symbian OS',
  37. 'SymbianOS',
  38. 'TS21i-10',
  39. 'UP.Browser',
  40. 'UP.Link',
  41. 'webOS', // Palm Pre, etc.
  42. 'Windows CE',
  43. 'WinWAP',
  44. 'YahooSeeker/M1A1-R2D2',
  45. );
  46. $touch = array(
  47. 'iPad',
  48. 'iPhone',
  49. 'iPod',
  50. 'Android',
  51. 'BlackBerry9530',
  52. 'LG-TU915 Obigo', // LG touch browser
  53. 'LGE VX',
  54. 'webOS', // Palm Pre, etc.
  55. 'Nokia5800',
  56. );
Add Comment
Please, Sign In to add comment