Skip to content

Commit ae018cc

Browse files
committed
further fixes for safari mobile
1 parent 0a0cffb commit ae018cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ua2os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
('droid', 'Android'),
3636
('Chrome', 'Chrome'),
3737
('Mobile.*Safari', 'Safari - mobile'),
38-
('i(pod|pad|phone).*Safari', 'Safari - mobile'),
38+
('i(pod|pad|phone).*(Safari|AppleWebKit)', 'Safari - mobile'),
3939
('Safari/', 'Safari'),
4040
('iTunes', 'iTunes'),
4141
('Firefox/(\d)', 'Firefox %s'),

0 commit comments

Comments
 (0)