Top "Browser-detection" questions

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

Reliable Way to Detect Desktop vs. Mobile Browser

Possible Duplicate: What is the Best way to do Browser Detection in Javascript? I'd like to essentially do the following (…

php javascript cross-browser browser-detection
How to determine if a Promise is supported by the browser

Does anyone know, using Modernizr or otherwise, if there is a way to detect if the Promise feature is enabled …

javascript promise browser-detection es6-promise
How to detect browser support for pageShow and pageHide?

How can we do JavaScript object detection for pageShow and pageHide handlers? if( /* pagehide is supported */ ){ window.addEventListener('pagehide', exitFunction, …

javascript dom browser-detection browser-support
Anti-aliased font in HTML page

Is there a good way to create crisp, clear, LARGE font in webpages? I need to create a tag cloud …

antialiasing browser-detection
Is it possible to detect Firefox users in pure CSS?

Is it possible to detect Firefox Browser only with CSS like IE? for example, IE browser can be detected like: &…

css firefox browser-detection
What is the correct way to detect Opera using jQuery?

Amazon.com recently updated their javascript, and it's causing problems with some Opera browsers. Their browser detection code looks like …

javascript jquery opera browser-detection
How to find out about the User Agent in GWT

I am trying to write browser specific code. Is there a GWT API to find out which browser the client …

gwt browser-detection
Target IE7 with jQuery

I am trying to target IE7 with an if statement in a jQuery function. My code to this specific bit …

jquery internet-explorer-7 browser-detection
Mobile browser detection?

We are looking for a way to determine if a user is using a mobile browser. We need to do …

php mobile user-agent browser-detection
Detect phone/tablet/web client using javascript

I am trying to detect if the end user is on a phone, a tablet or a pc I have …

javascript browser-detection device-detection