Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser version not detected on iPadOS 15.7 #594

Closed
kochalex opened this issue Sep 14, 2022 · 4 comments · Fixed by #595
Closed

Browser version not detected on iPadOS 15.7 #594

kochalex opened this issue Sep 14, 2022 · 4 comments · Fixed by #595

Comments

@kochalex
Copy link

iPadOS 15.7 is returning a user agent string with a comma in the version, Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6,2 Safari/605.1.15 and ua-parser-js is not finding browser version information from it.

I do not have access to an iOS 15.7 version device to see if the user agent is the same.

for getBrowser(), this is returned:

{name: "Safari", version: undefined, major: undefined}
@akhil0001
Copy link

We have observed the same issue with iOS 15.7. For the previous version, navigator.appVersion does not return a comma in the user agent string

Attaching screenshots for reference
For 15.7 (Safari 15.6.2)
Screenshot 2022-09-14 at 8 21 19 AM

For older version
Screenshot 2022-09-14 at 8 21 29 AM

@faisalman
Copy link
Owner

Fixed in #595

@michalsnik
Copy link

When can we expect a patch release @faisalman ?

@nickvergessen
Copy link

@faisalman can you release a 1.0.3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants