I'd like to write detector of Sony Bravia TV internet browser. I knew it's Opera browser but I don't know exactly what's properties to detect it ? Anyone know what's Opera version or how can I know it's Sony TV browser ? Thanks a lot
|
feedback
|
|
Detection method depends on whenever you're doing it on a server side (in which case you have to look at the extra headers that browser in tv send) or on a client side javascript, in which case you have to look at the As to extra headers, the only information I could find is this example headers:
As you can see above, tv identifies itself with extra X-AV-Physical-Unit-Info and X-AV-Client-info headers As to client-side detection of tv browser, I found this post (refering to google tv but still...) in which you can see the content of a navigator.userAgent property on two devices, including Sony Bravia.
| |||
|
feedback
|