You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested this library on multiple Android devices, created a React app, and hosted it. However, I am not able to see the "device.model" info in the response.
Hi team,
I tested this library on multiple Android devices, created a React app, and hosted it. However, I am not able to see the "device.model" info in the response.
Application URL: https://deepakgptindia1.github.io/device-detector-js/
Here is the sample response:
{
"client": {
"type": "browser",
"name": "Chrome Mobile",
"version": "126.0",
"engine": "Blink",
"engineVersion": ""
},
"os": {
"name": "Android",
"version": "10.0",
"platform": ""
},
"device": {
"type": "smartphone",
"brand": "",
"model": ""
},
"bot": null
}
The same is true for the URL provided on npm, i.e., https://lx3rzx16x9.codesandbox.io/.
The text was updated successfully, but these errors were encountered: