Skip to content

← Browser Name

Chrome WebView

Chrome WebView is Android's Chromium-based component for displaying web content inside apps.

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; Android 5.1.1; Nexus 5 Build/LMY48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.65 Mobile Safari/537.36

References

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