How to detect Browser and Operating System Name and Version using JavaScript

There are times when you need to know what browser and operating system the user is using so as to display CSS and javaScript code correctly. There are many javascript libraries that are available that lets you detect them, one of such library are detect.js released under MIT License.

detect.js file uses navigator.userAgent to detect the browser details and navigator.platform to detect operating system details.

Browsers Supported :
Internet Explorer 6, 7, 8, 9,10+ Mobile
Firefox 3.6, 4, 5, 6, 7+ Mobile
Safari 3, 4, 5+ Mobile
Opera 9, 10, 11+ Mini, Mobile
Chrome, Mobile

This script is able to detect the following Operating systems :

Mac OS X
Windows
Linux
Android
iOS

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!