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.
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:
We are doing the hack ourselves but better if you also fix in the parser.
Thanks!