Skip to content
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

[MISSING DEVICE] Samsung Galaxy Tab S6 WiFi and S7 #244

Open
niklaspeura opened this issue May 3, 2022 · 0 comments
Open

[MISSING DEVICE] Samsung Galaxy Tab S6 WiFi and S7 #244

niklaspeura opened this issue May 3, 2022 · 0 comments

Comments

@niklaspeura
Copy link

niklaspeura commented May 3, 2022

Device User Agent

S6 WiFi

Mozilla/5.0 (Linux; Android 11; SM-T860) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36
OR
Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-T860) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Safari/537.36

Expected Output

{
      userAgent: "Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-T860) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Safari/537.36",
      os: "Android",
      browser: "Chrome",
      device: "Android",
      os_version: "unknown",
      browser_version: "96.0.4664.104",
      deviceType: "tablet",
      orientation: "portrait",
}

S7 LTE

Mozilla/5.0 (Linux; Android 12; SM-T875) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36
OR
Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-T875) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Safari/537.36

Expected Output

{
      userAgent: "Mozilla/5.0 (Linux; Android 12; SM-T875) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36",
      os: "Android",
      browser: "Chrome",
      device: "Android",
      os_version: "unknown",
      browser_version: "100.0.4896.127",
      deviceType: "tablet",
      orientation: "portrait",
}

S7 WiFi

Mozilla/5.0 (Linux; Android 12; SM-T870) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Safari/537.36
OR
Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-T870) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/12.0 Chrome/79.0.3945.136 Safari/537.36

Expected Output

{
      userAgent: "Mozilla/5.0 (Linux; Android 12; SM-T870) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Safari/537.36",
      os: "Android",
      browser: "Chrome",
      device: "Android",
      os_version: "unknown",
      browser_version: "97.0.4692.87",
      deviceType: "tablet",
      orientation: "portrait",
}
@niklaspeura niklaspeura changed the title [MISSING DEVICE] Samsung Galaxy Tab S6 WiFi [MISSING DEVICE] Samsung Galaxy Tab S6 WiFi and S7 May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant