Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to detect WebOS #186

Closed
yoonsy opened this issue Jul 26, 2017 · 1 comment
Closed

Fail to detect WebOS #186

yoonsy opened this issue Jul 26, 2017 · 1 comment
Assignees

Comments

@yoonsy
Copy link

yoonsy commented Jul 26, 2017

window.navigator.userAgent of the browser is: Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.122 Safari/537.36 WebAppManager
And it's detected like a chrome
But real name of the browser is webos


According to WebOS developer site, user agent of LG webOS TV includes Web0S, not WebOS. So, the regex for webos should be fixed.

The '0' character of 'Web0S' is a numeric character. It's not a alphabet. I can not understand why didn't use alphabet 'o'.

@lancedikson
Copy link
Collaborator

Oh, good catch! Thanks for the report. I'll take care of it today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants