-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
andua-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:The text was updated successfully, but these errors were encountered: