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

Safari 15.7 - Browser version not parsed #599

Closed
jb00ster opened this issue Sep 27, 2022 · 3 comments
Closed

Safari 15.7 - Browser version not parsed #599

jb00ster opened this issue Sep 27, 2022 · 3 comments

Comments

@jb00ster
Copy link

jb00ster commented Sep 27, 2022

on iPhone 11 with Safari 15.7 with the userAgent below
Mozilla/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6,2 Mobile/15E148 Safari/604.1
the browser version returned by the lib is undefined
it seems like the lib doesn't like the comma in the version "15.6,2"`

{
    "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6,2 Mobile/15E148 Safari/604.1",
    "browser": {
        "name": "Safari"
    },
    "engine": {
        "name": "WebKit",
        "version": "605.1.15"
    },
    "os": {
        "name": "iOS",
        "version": "15.7"
    },
    "device": {
        "vendor": "Apple",
        "model": "iPhone",
        "type": "mobile"
    },
    "cpu": {}
}
@jb00ster jb00ster changed the title Safari 15.7 - version not parsed Safari 15.7 - Browser version not parsed Sep 27, 2022
@nickvergessen
Copy link

Duplicate of #594
Fixed by #595

just needs a new release it seems.

@faisalman
Copy link
Owner

Done

@nickvergessen
Copy link

Thanks a lot! 🎉

ShGKme added a commit to nextcloud/spreed that referenced this issue Nov 27, 2023
- faisalman/ua-parser-js#599 is fixed in 1.0.32

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
backportbot-nextcloud bot pushed a commit to nextcloud/spreed that referenced this issue Nov 27, 2023
- faisalman/ua-parser-js#599 is fixed in 1.0.32

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
SystemKeeper pushed a commit to nextcloud/spreed that referenced this issue Dec 6, 2023
- faisalman/ua-parser-js#599 is fixed in 1.0.32

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
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

No branches or pull requests

3 participants