3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
899 stars 135 forks source link

Differentiate between Chrome Mobile & Chrome Mobile WebView #106

Open shaharmor opened 7 years ago

shaharmor commented 7 years ago

According to this: https://developer.chrome.com/multidevice/user-agent#webview_user_agent There is a difference in the UA, can we add it to this module so the browser will be shown as Chrome Mobile WebView when its a WebView and not the actual browser?

shaharmor commented 7 years ago

This has been fixed at the regex pattern. can you update please?