knownMobileUserAgentKeywords constant

List<String> const knownMobileUserAgentKeywords

Implementation

static const List<String> knownMobileUserAgentKeywords = [
  'blackberry',
  'webos',
  'ipod',
  'lge vx',
  'midp',
  'maemo',
  'mmp',
  'mobile',
  'netfront',
  'hiptop',
  'nintendo DS',
  'novarra',
  'openweb',
  'opera mobi',
  'opera mini',
  'palm',
  'psp',
  'phone',
  'smartphone',
  'symbian',
  'up.browser',
  'up.link',
  'wap',
  'windows ce'
];