Skip to content
New issue

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

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

Already on GitHub? # to your account

Detect newer Smart TVs #6

Open
zackb opened this issue Jun 16, 2015 · 1 comment
Open

Detect newer Smart TVs #6

zackb opened this issue Jun 16, 2015 · 1 comment

Comments

@zackb
Copy link

zackb commented Jun 16, 2015

Amazon Fire TVs and Samsung Smart TVs are classified as android and linux respectively.
https://developer.amazon.com/public/solutions/devices/fire-tv/docs/user-agent-strings
http://developer.samsung.com/technical-doc/view.do?v=T000000203

Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; AFTB Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30

Mozilla/5.0 (SMART-TV; Linux; Tizen 2.3) AppleWebkit/538.1 (KHTML, like Gecko) SamsungBrowser/1.0 TV Safari/538.1

userAgent = mozilla/5.0 (linux; u; android 4.2.2; en-us; aftb build/jdq39) applewebkit/534.30 (khtml, like gecko) version/4.0 mobile safari/534.30
    httpAccept = 
    initCompleted = true
    isWebkit = true
    isMobilePhone = true
    isIphone = false
    isAndroid = true
    isAndroidPhone = true
    isTierTablet = false
    isTierIphone = true
    isTierRichCss = false
    isTierGenericMobile = false

]

@ahand
Copy link
Owner

ahand commented Jun 17, 2015

Thanks for bringing this to my attention, Zack. Yes, I'll need to fix those. Please give me a week or so to make the time.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants