Top "Browser-feature-detection" questions

Feature detection is the practice in web development of determining whether a browser or device supports a certain feature, so as to provide fallbacks for older browsers or allow enhanced functionality in more capable modern browsers.

Detect if device is iOS

I'm wondering if it's possible to detect whether a browser is running on iOS, similar to how you can feature …

javascript ios browser browser-feature-detection
jQuery 1.9 browser detection

In earlier versions, I used to test if I should be triggering popstate manually on page load, because Chrome triggers …

javascript jquery browser-detection browser-feature-detection
How to detect HTML5 audio MP3 support?

I know how to check in Javascript if HTML5 audio playback is available. But how do I specifically check if …

html html5-audio browser-feature-detection
iPad version detection in JavaScript

Is it possible to check for the iPad version (1 or 2) in a web application? As the user agent looks identical (…

javascript ipad browser-feature-detection
CSS hack only for apple iphone

I want to change some CSS property only in the apple iphone devices. Is there any way to find the …

javascript css html browser-feature-detection
How should I detect the IE browser?

I've already done feature detection on a particular feature to decide if I can use it or whether I have …

javascript cross-browser browser-feature-detection
Detect if iOS is using webapp

I was wondering if it's possible to detect if an iOS user is using the webapp, or just visiting the …

javascript jquery html ios browser-feature-detection
Easy way to detect support for transitionend event without frameworks like jQuery or Modernizr?

Have anybody out there found a simple way of detecting whether the browser supports the transitionend event or not in …

javascript browser-feature-detection transitionend
How can I detect CSS Variable support with JavaScript?

The latest version of Firefox has support for CSS Variables, but Chrome, IE and loads of other browsers do not. …

javascript css browser-feature-detection css-variables
Which SVG support detection method is best?

Somebody has already asked my question about detecting SVG support in browsers but there are three leading solutions and not …

javascript svg browser-feature-detection