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

Samsung Devices have dropped brand identification from UserAgent string

Open sallyhill opened this issue 4 years ago • 0 comments
trafficstars

At some arbitrary point, it seems like Samsung dropped the "SM" from their User Agent string.

When I run navigator.userAgent in the console, casting from my Samsung Galaxy s10 device, it returns: "Mozilla/5.0 (Linux; Android 9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Mobile Safari/537.36"

As a result, my samsung device is not being detected from the ua-parser-js library. image

sallyhill avatar Jun 10 '21 11:06 sallyhill