ua-parser-js
ua-parser-js copied to clipboard
Samsung Devices have dropped brand identification from UserAgent string
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.
