-
-
Notifications
You must be signed in to change notification settings - Fork 478
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
windows 11 version is wrong #198
Comments
Same issue. |
I am not sure if there is a way to detect Windows 11 at the server level (yet). Based on my Microsoft, we can detect Windows 11 from with JavaScript (see code below). I tweaked their code to send the version to the server via AJAX (as a POST method). It has been working fine for for me.
If someone has a better approach via PHP, please share. |
thianks ,I also use this |
$version = $agent->version($platform);
it is 10.0,
but my computer is windows 11
The text was updated successfully, but these errors were encountered: