express-device icon indicating copy to clipboard operation
express-device copied to clipboard

Device detection library for node.js based on the user-agent, built on top of express

Results 4 express-device issues
Sort by recently updated
recently updated
newest added

Device type is returned as desktop in Safari, user agent: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15` But correctly as tablet in Chrome on...

Every time request is made with postman, it detects device type as `phone`. It shouldn't be `phone`, `bot` can be better choice but not sure.

This way express-device can be used out-of-box with sails.js or other similar frameworks

enhancement

One that is on the pipeline for a very long time is parsing the OS. But that is already done in the ua-parser package. Is it really necessary on the...

question