This site is mobile accessible. Press the "Tap Here" button to use a different font-size.



Smartphone icons created by Freepik - Flaticon

The Navigator Object

The appName property returns the application name of the browser:

Strange enough, "Netscape" is the application name for IE11, Chrome, Firefox, and Safari.

// detects and displays the browser name
document.getElementById("demo").innerHTML = 
"navigator.appName is " + navigator.appName;