node-device-detector icon indicating copy to clipboard operation
node-device-detector copied to clipboard

Universal library for detecting devices based on the string `UserAgent`. We can identify: App, Bot, OS, Browser, Device brand, Device model and Device type (smartphone, phablet, tablet, desktop, TV an...

Results 3 node-device-detector issues
Sort by recently updated
recently updated
newest added

The detection is very slow and cpu intense. For me it is not usable in production. The following I tested on a Macbook 16 M1 Pro with just the sample...

thx for last help below is some ua can't get the alias device as you named Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Focus/1.1 Chrome/83.0.4103.106 Mobile Safari/537.36 --...

In process of adding new devices

When importing in TypeScript: ``` import DeviceDetector from 'node-device-detector'; const detector = new DeviceDetector(); ``` I get the error: > node_device_detector_1.default is not a constructor I also tried: ``` import...