Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How can we detect OS of the client machine using JavaScript?
Home
JavaScript
How can we detect OS of the client machine using JavaScript?
0
votes
asked
Jun 9, 2022
in
JavaScript
by
sharadyadav1986
How can we detect OS of the client machine using JavaScript?
client-machine
javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 9, 2022
by
sharadyadav1986
The
navigator.appVersion
string can be used to detect the operating system on the client machine.
...