Login
Remember
Register
Ask a Question
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.
...