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 appVersion property returns version information about the browser:

// detects and displays browser version information
document.getElementById("demo").innerHTML = navigator.appVersion;