In the version detection for Safari beta (v73), the major
version is coming up as "73" and the minor version as "0".
It seems the detection of the decimal value is not being
parsed correctly.
Yes, but it is because Safari doesn't send in user agent
VERSION, but BUILD.
Look at this table: http://developer.apple.com/internet/safari/uamatrix.html
As you can see, there is no automatical way, how extract
safari version from user agent.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1355704
Yes, but it is because Safari doesn't send in user agent
VERSION, but BUILD.
Look at this table:
http://developer.apple.com/internet/safari/uamatrix.html
As you can see, there is no automatical way, how extract
safari version from user agent.