Detector icon indicating copy to clipboard operation
Detector copied to clipboard

Detector is a simple, PHP- and JavaScript-based browser- and feature-detection library that can adapt to new devices & browsers on its own without the need to pull from a central database of browser...

Results 20 Detector issues
Sort by recently updated
recently updated
newest added

I've created an add-on for ExpressionEngine that uses Detector and it works fine everywhere except for IE10 where you get a blank page because it fails at the Modernizr test...

Hi, I try Detector and it is a good job. Thanks. But it is possible that you hate me soon :) But I had a question during my tests :...

Hi, I saw on http://detector.dmolsen.com/ a feature called "lowbandwidth" in the Misc category. I tried to load the site on mobile on 3G or on desktop with Charles Proxy set...

I didn't have an issue incorporating Detector into my theme by literally dropping said directory into the theme directory then requiring it from functions. In terms of functionality it was...

I know you can't support all possible platforms, but WordPress is a pretty popular PHP based platform, so perhaps you have some ideas. I did find and try [this plugin](http://wordpress.org/plugins/detector/),...

Hi, I'm pretty sure that this is the dumbest question you'll get, but my PHP knowledge is very basic at most and I'm having a lot of trouble trying to...

In the JSON file the following is spelled incorrectly. ``` json "mobile-advanced": { "isMobile": true, "features": [ "csstranforms" ] }, ``` Should be csstransforms

I've got Detector working fine on desktop but when I try to view my test page on iOS5.1.1 (using Safari or Chrome) I get > 'failed to open stream: No...

Line 4 of screenattributes.js uses width instead of height when innerHeight is not defined.

if a device is listed as android (and hence mobile by default) it should get listed as desktop if it trips the desktop media query test.