Skip to content

Commit b7e22ae

Browse files
authored
add browser family chrome mobile (#99)
1 parent f65a90a commit b7e22ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

user_agents/parsers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
'IE Mobile',
3434
'Opera Mobile',
3535
'Opera Mini',
36+
'Chrome Mobile',
37+
'Chrome Mobile WebView',
38+
'Chrome Mobile iOS',
3639
)
3740

3841
TABLET_DEVICE_FAMILIES = (

0 commit comments

Comments
 (0)