Skip to content

Samsung galaxy tab s8 and s9 devices are not recognised #740

Open
@JDWaghela

Description

@JDWaghela

Library version
0.7.30

Describe the bug
Samsung Galaxy Tab s8 and s9 are returning empty object in below code
const { device } = UAParser();
Therefore we're not able to identified that these devices are tablet, and instead it is behaving like desktop mode.

To Reproduce
Steps to reproduce the behavior:

const { device } = UAParser();
console.log(device); // resulting output is {}

Expected behavior
It should return device type as tablet

Screenshots
image

Smartphone (please complete the following information):

  • Device: Samsung Galaxy Tablet s8 & s9
  • OS: Android
  • Browser : Chrome

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions