@@ -17,6 +17,9 @@ JavaScript library to detect Browser, Engine, OS, CPU, and Device type/model fro
17
17
* Author : Faisal Salman <
< [email protected] > >
18
18
* Demo : https://faisalman.github.io/ua-parser-js
19
19
* Source : https://github.com/faisalman/ua-parser-js
20
+ * Documentation :
21
+ * v1 : https://github.com/faisalman/ua-parser-js/tree/1.0.35#documentation
22
+ * v2 : https://faisalman.github.io/ua-parser-js-docs/v2
20
23
21
24
***
22
25
@@ -26,11 +29,8 @@ JavaScript library to detect Browser, Engine, OS, CPU, and Device type/model fro
26
29
</thead >
27
30
<tbody >
28
31
<tr >
29
- <td align =" center " width =" 200px " rowspan =" 3 " ><a href =" https://www.npmjs.com/package/@51degrees/ua-parser-js " ><img src =" images/51degrees.svg " alt =" 51degrees " width =" 75% " height =" 75% " ></a ></td >
30
- <td align =" left " width =" 400px " ><a href =" https://www.npmjs.com/package/@51degrees/ua-parser-js " >↗ @51degrees/ua-parser-js</a ></td >
31
- </tr >
32
- <tr >
33
- <td ><br /><p >UAParser.js has been upgraded to detect comprehensive device data based on the User-Agent and User-Agent Client Hints.</p ><p >This package supports all device types including Apple and Android devices and can be used either in a browser (client-side) or Node.js environment (server-side).</p ><p >Visit <a href =" https://www.npmjs.com/package/@51degrees/ua-parser-js " >↗ 51Degrees <u >UAParser</u ></a > to get started.</p >
32
+ <td colspan =" 2 " >
33
+ <a href =" https://opencollective.com/ua-parser-js " >↗ Become a sponsor</a >
34
34
</td >
35
35
</tr >
36
36
</tbody >
@@ -111,8 +111,9 @@ NetSurf, Netfront, Netscape, NokiaBrowser, Obigo, Oculus Browser, OmniWeb,
111
111
Opera Coast, Opera [Mini/Mobi/Tablet], PaleMoon, PhantomJS, Phoenix, Polaris,
112
112
Puffin, QQ, QQBrowser, QQBrowserLite, Quark, QupZilla, RockMelt, Safari,
113
113
Sailfish Browser, Samsung Browser, SeaMonkey, Silk, Skyfire, Sleipnir, Slim,
114
- SlimBrowser, Swiftfox, Tesla, TikTok, Tizen Browser, UCBrowser, UP.Browser, Viera,
115
- Vivaldi, Waterfox, WeChat, Weibo, Yandex, baidu, iCab, w3m, Whale Browser...
114
+ SlimBrowser, Snapchat, Swiftfox, Tesla, TikTok, Tizen Browser, UCBrowser,
115
+ UP.Browser, Viera, Vivaldi, Waterfox, WeChat, Weibo, Yandex, baidu, iCab, w3m,
116
+ Whale Browser, ...
116
117
117
118
# 'browser.version' determined dynamically
118
119
```
@@ -133,10 +134,11 @@ console, mobile, tablet, smarttv, wearable, embedded
133
134
134
135
# Possible 'device.vendor':
135
136
Acer, Alcatel, Amazon, Apple, Archos, ASUS, AT& T, BenQ, BlackBerry, Dell,
136
- Essential, Facebook, Fairphone, GeeksPhone, Google, HP, HTC, Huawei, Jolla, Kobo,
137
- Lenovo, LG, Meizu, Microsoft, Motorola, Nexian, Nintendo, Nokia, Nvidia, OnePlus,
138
- OPPO, Ouya, Palm, Panasonic, Pebble, Polytron, Realme, RIM, Roku, Samsung, Sharp,
139
- Siemens, Sony[Ericsson], Sprint, Tesla, Vivo, Vodafone, Xbox, Xiaomi, Zebra, ZTE, ...
137
+ Essential, Facebook, Fairphone, GeeksPhone, Google, HP, HTC, Huawei, Infinix, Jolla,
138
+ Kobo, Lenovo, LG, Meizu, Microsoft, Motorola, Nexian, Nintendo, Nokia, Nvidia,
139
+ OnePlus, OPPO, Ouya, Palm, Panasonic, Pebble, Polytron, Realme, RIM, Roku, Samsung,
140
+ Sharp, Siemens, Sony[Ericsson], Sprint, Tecno, Tesla, Vivo, Vodafone, Xbox, Xiaomi,
141
+ Zebra, ZTE, ...
140
142
141
143
# 'device.model' determined dynamically
142
144
```
0 commit comments