How we can get the browser name & version in Smart TV application

Hi,

We are implementing the Smart TV application for Samsung. We are unable to get the browser name & version. Is there any API to get the browser name & version.

Hello,

For Smart TV questions, please login to Seller Office TV (Seller2.0) and Ask Question in the 1:1 Q&A section

Hasan

If you’re building a web app, you can find this information in the browser ‘User Agent’ string using:

window.navigator.userAgent

This will tell you which Tizen version you’re running, then you can see exactly which Chrome version is running inside using this table: https://developer.samsung.com/smarttv/develop/specifications/web-engine-specifications.html