You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that ChromeOS is not supported as a platform. It gets detected as MacOS instead.
An example user agent: Mozilla/5.0 (X11; CrOS x86_64 15917.71.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.132 Safari/537.36
It looks like it always has the CrOS in it, so I guess it would be relatively easy to detect?
The text was updated successfully, but these errors were encountered:
However, ChromeOS has been discontinued and will become Android OS. The question would then be: does that even make sense? Is ChromeOS an own platform? Do we treat it as Android? Do we leave it as Linux?
From what I have found, the discontinuation of ChromeOS is not official yet, just rumors. Also, current ChromeOS devices will be supported until at least 2035. So there will be at least 10 years that existing ChromeOS stay as it is, just newer devices might be different. I would suggest crossing that bridge whenever, if ever, it happens.
Hi,
Thanks for this useful library!
I have noticed that ChromeOS is not supported as a platform. It gets detected as MacOS instead.
An example user agent:
Mozilla/5.0 (X11; CrOS x86_64 15917.71.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.132 Safari/537.36
It looks like it always has the CrOS in it, so I guess it would be relatively easy to detect?
The text was updated successfully, but these errors were encountered: