Skip to content

Detect iOS >= 26 #96

Description

@rmartinc

There is a known issue in the user agent for safari 26: https://webkit.org/blog/17333/webkit-features-in-safari-26-0/

It has been resolved in other ua-parsers like for example https://docs.uaparser.dev/guides/how-to-detect-ios-26-using-javascript.html.

The main issue is that now the OS version is freezed and it should be detected in the browser part:

Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0 Mobile/15E148 Safari/604.1

We are doing the hack ourselves but better if you also fix in the parser.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions