ua-parser-js icon indicating copy to clipboard operation
ua-parser-js copied to clipboard

Samsung galaxy tab s8 and s9 devices are not recognised

Open JDWaghela opened this issue 6 months ago • 5 comments

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

JDWaghela avatar Aug 16 '24 12:08 JDWaghela