Is there any way to get the user’s operating system using pure Corvid?
(I know it’s easy to retrieve it using htmlComponent where you have an access to navigator, but I’m wondering if it’s possible using pure Corvid. I don’t think I’ve read about it in the docs).
Thanks,
“Easy” so long as you’re not trying to detect versions. To a lesser extent than the rest of the useragent string, it’s a convoluted historical mess. And no, Corvid doesn’t have that.
Thanks, David.
@jonatandor35 Actually, just saw this in the npm packages, not sure if it was your request, but jic:
https://github.com/3rd-Eden/useragent#readme
@skmedia Interesting. I’ll have a look. Thanks!