You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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'.
The text was updated successfully, but these errors were encountered: