8000 Platform ARM wrong detect · Issue #7729 · matomo-org/device-detector · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Platform ARM wrong detect #7729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sanchezzzhak opened this issue Jul 4, 2024 · 1 comment · Fixed by #7731
Closed

Platform ARM wrong detect #7729

sanchezzzhak opened this issue Jul 4, 2024 · 1 comment · Fixed by #7731

Comments

@sanchezzzhak
Copy link
Collaborator

if ARM is present in the brand name, we specify the ARM platform

In the usual case, we leave this field empty.

-
  user_agent: Mozilla/5.0 (Linux; Android 13; Armor 22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36
  os:
    name: Android
    version: "13"
    platform: ARM
  client:
    type: browser
    name: Chrome Mobile
    version: 126.0.0.0
    engine: Blink
    engine_version: 126.0.0.0
  device:
    type: smartphone
    brand: Ulefone
    model: Armor 22
  os_family: Android
  browser_family: Chrome
@liviuconcioiu
Copy link
Collaborator

The same for

-
  user_agent: Mozilla/5.0 (Linux; Android 10; Armadillo Phone) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.81 Mobile Safari/537.36
  os:
    name: Armadillo OS
    short_name: ARM
    version: ""
    platform: ARM
    family: Android

liviuconcioiu added a commit to liviuconcioiu/device-detector that referenced this issue Jul 4, 2024
sanchezzzhak pushed a commit that referenced this issue Jul 5, 2024
* Remove ARM platform name
ref #7729
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0