Top "Browser-detection" questions

Detecting the type and version of the browser the user uses to view the webpage.

(Javascript) List of "navigator.appName" values for all browsers?

What values are returned for navigator.appName values for all common browsers? The navigator.appName value for Firefox is Netscape. …

javascript browser browser-detection navigator
Detecting IE using jQuery

$(window).load(function () { if($.browser.msie && $.browser.version=="6.0") { // do stuff } }); Just realized that $.browser has been depreciated in 1.3. …

jquery internet-explorer browser-detection
javascript date getYear() returns different result between IE and Firefox, how to approach this?

Apparently javascript date object's method getYear() returns different result between IE8 and Firefox3.6 (I have those 2 on my machine, not …

javascript date browser-detection
How to detect touch device browsers vs desktop using javascript?

What is the code to detect touch devices (smartphones and tablets) vs desktops browsers using userAgent.match and return a …

javascript user-agent browser-detection device-detection
How do I use browser fingerprint in my website?

I want to identify users accessing my API even if they clear the cookies or localstorage wherever I am storing …

angular api security browser browser-detection
Differentiate IE7 browser and browser in IE7 compatibility mode

Can I differentiate if client's browser is IE7 or e.g. IE9 in IE7 compatibility mode? I'm trying to figure …

javascript internet-explorer compatibility browser-detection
Mobile Device Browser File vs. WURFL for ASP.NET

I am working on a commercial web application that has a separate mobile browser version intended for the more capable …

asp.net mobile-website browser-detection wurfl
How can I detect kindle fire with javascript?

I'm trying to detect with javascript if my website is running on a kindle fire mobile device. I've tried with …

javascript browser-detection kindle-fire
Is server-side user agent detection/sniffing bad?

Client-side user agent detection is known to be bad and discouraged in favor of feature detection. However, is it also …

browser user-agent browser-detection
How to detect Microsoft Chromium Edge (chredge , edgium) in Javascript

'Edge 75' will be (is?) the first Chromium Based Edge browser. How can I check if this browser is Edge …

microsoft-edge chromium browser-detection data-uri