naver / egjs-agent

Extracts browser and operating system information from the user agent string or user agent object(userAgentData).
https://naver.github.io/egjs-agent/
MIT License
110 stars 18 forks source link

supports samsung devices #12

Closed sculove closed 7 years ago

sculove commented 7 years ago

Mozilla/5.0 (Linux; Tizen 2.3; FamilyHub) AppleWebKit/537.3 (KHTML, like Gecko) Version/2.3 Mobile Safari/537.3 Mozilla/5.0 (Linux; Tizen 3.0; FamilyHub) AppleWebKit/537.3 (KHTML, like Gecko) Version/2.3 Mobile Safari/537.3

netil commented 7 years ago

http://developer.samsung.com/technical-doc/view.do?v=T000000203

netil commented 7 years ago

Take reference of :

happyhj commented 7 years ago

There is more refs

happyhj commented 7 years ago

There is no browser name on the user agent string above. Currently, we are not providing model name like FamilyHub. But we can support detection for Tizen OS.