jasonkliu | 00a6d2f9 | 2017-03-28 09:30:11 | [diff] [blame] | 1 | # User Agent in Chrome for iOS |
| 2 | |
| 3 | The User Agent (UA) in Chrome for iOS is the same as the Mobile Safari |
| 4 | user agent, with `CriOS/<ChromeRevision>` instead of |
| 5 | `Version/<VersionNum>`. |
| 6 | |
| 7 | Here’s an example of the **Chrome** UA on iPhone: |
| 8 | |
| 9 | <pre> |
| 10 | Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) |
| 11 | AppleWebKit/602.1.50 (KHTML, like Gecko) <b>CriOS/56.0.2924.75</b> |
| 12 | Mobile/14E5239e Safari/602.1 |
| 13 | </pre> |
| 14 | |
| 15 | For comparison, the **Safari** UA: |
| 16 | |
| 17 | <pre> |
| 18 | Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) |
| 19 | AppleWebKit/603.1.23 (KHTML, like Gecko) Version/10.0 |
| 20 | Mobile/14E5239e Safari/602.1 |
| 21 | </pre> |