Skip to content

← Browser Name

Mobile Chrome

Mobile Chrome refers to Google's mobile browser, officially distributed as Chrome for Android and Chrome for iOS.

TIP

UAParser.js distinguishes Chrome by how and where it runs:

  • Chrome for the desktop browser.
  • Mobile Chrome for the standalone Android and iOS browser.
  • Chrome WebView for web content embedded in Android apps.
  • Chrome Headless for Chrome running without a graphical interface, commonly during automation.
  • Chromium for the open-source browser project on which Chrome is based.

User-Agent Examples

Android

sh
Mozilla/5.0 (Linux; U; Android-4.0.3; en-us; Galaxy Nexus Build/IML74K) AppleWebKit/535.7 (KHTML, like Gecko) CrMo/16.0.912.75 Mobile Safari/535.7
Mozilla/5.0 (Linux; Android 7.1.2; Nexus 5X Build/N2G47W) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36

iOS

sh
Mozilla/5.0 (iPhone; U; CPU iPhone OS 5_1_1 like Mac OS X; en) AppleWebKit/534.46.0 (KHTML, like Gecko) CriOS/19.0.1084.60 Mobile/9B206 Safari/7534.48.3

References

UAParser.js v2 is licensed under AGPLv3 or PRO licenses.