user_agent icon indicating copy to clipboard operation
user_agent copied to clipboard

Broken `platfrom`

Open jmb0z opened this issue 5 years ago • 1 comments

Just compare how it works in the initial commit (my first version) and now - it returns incorrect results

ua -e -n chrome -o linux

{
   ...
  "platform": "X11; Linux x86_64", 
   ....
}

When it should be Linux x86_64. The same thing with other OS. For now the platform key of JS navigator returned by this lib is wrong.

jmb0z avatar May 09 '19 09:05 jmb0z

Can you send pull request with a fix? Honestly I have no idea what's going on inside the library. I have not worked on it for a few years. I am going to bring library from 2018 year to present time :)

lorien avatar Nov 07 '20 02:11 lorien